From: Enter The on
My script plots lots of figures and writes them to disk. This is the
slowest part of my code.

Can I speed it up by not displaying the figures while they are being
drawn? If so, how do I make them invisible?

Also, is there a faster save method? I am currently using
saveas(gcf,full_path,'jpg')