Why are the file sizes of FIG files generated in MATLAB R2014b so much larger than earlier MATLAB releases?

1 view (last 30 days)

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 31 Jul 2014
We have updated our graphics system in R2014b and we are now including more information and allowing for expanded future capabilities.
 
To save files in a smaller size, please use the following commands:
 
In the MATLAB R2014b Prerelease:
savefig(H,FILENAME,'Version2')
 
In the final MATLAB R2014b release:
savefig(H,FILENAME,'compact')

More Answers (0)

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Tags

No tags entered yet.

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!