MATLAB: How to save a a produced figure as various file format

.jpgfiguresave

I have produced a figure using various data and now am curious how I save this figure as the following file formats; *.fig, *.emf, *.tiff. I want to save these in the same directory I am working in.

Best Answer

Call saveas() multiple times, once with each file name.
Related Question