GUI

1 次查看(过去 30 天)
S
S 2011-3-30
Hi everyone,
Got a question about GUI. If we have a GUI with let say 5 axes on it and want to save each plot on each axes separately. What should I do? Even the command 'imwrite' or 'saveas' save the whole GUI and not a single axis. I even tried to get the handle of the specific axis but it didn't work. I appreciate any help. Thank you.
S.

回答(2 个)

S
S 2011-3-30
I found it!:))

Atakan
Atakan 2011-3-30
set(gcf, 'Position', [100 100 150 150]) saveas(gcf, 'test.png')

类别

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