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

1 Ansicht (letzte 30 Tage)

Akzeptierte Antwort

MathWorks Support Team
MathWorks Support Team am 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')

Weitere Antworten (0)

Kategorien

Mehr zu Interactive Control and Callbacks finden Sie in Help Center und File Exchange

Tags

Noch keine Tags eingegeben.

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by