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