Old and busted: MS Excel
New Hotness: MATLAB scripts for parsing giant tab-delimited TXT files, grinding a few conversion factors, and plotting everything in pretty colors with an intelligent legend.
Next Week's Hotness: Perl batch scripts for executing the proprietary modeling-and-simulation code, immediately followed by running MATLAB functions
(
Read more... )
Comments 9
Reply
(The comment has been removed)
Reply
Reply
Reply
Reply
the command line to do it for figure 1 (for JPG, BMP, and PNGs respectively) are:
print -f1 -r600 -djpeg100 figure1.jpg
print -f1 -dbitmap figure1.bmp
print -f1 -dpng figure1.png
there's a way to automatically insert them into powerpoint using vbscript, as well, but i can't remember off the top of my head. but basically, you have windows go to some directory, get the file names, and insert one on each page.
Reply
(The comment has been removed)
Reply
Leave a comment