figure-saveas problem
Ältere Kommentare anzeigen
Hey,
I saved my picture as follows:
...
fig=figure(i+1)
subplot(1,3,3)
text(0.2,0.5,a,'FontSize',8);
saveas(gcf, ['small pic parametrs ',num2str(i)], 'jpeg');
Unfortunately the saved image is cut in the middle:

I tried other image formats. did not help.
How can I solve this problem?
Thanks.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Printing and Saving finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!