I want to save figures from script. I have tried "savefig" and "saveas" but these commands don't work in R2011b. How can I solve this problem?

2 次查看(过去 30 天)
I want to save figures from script. I have tried "savefig" and "saveas" but these commands don't work in R2011b. How can I solve this problem?

回答(1 个)

Azzi Abdelmalek
Azzi Abdelmalek 2015-8-10
saveas works with Matlab 2011, maybe you are not using it correctly. Try this example
t=0:0.1:10
y=sin(t)
plot(t,y)
saveas(gcf,'filename.jpg')

类别

Help CenterFile Exchange 中查找有关 Printing and Saving 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by