GUI

1 visualización (últimos 30 días)
S
S el 30 de Mzo. de 2011
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.

Respuestas (2)

S
S el 30 de Mzo. de 2011
I found it!:))

Atakan
Atakan el 30 de Mzo. de 2011
set(gcf, 'Position', [100 100 150 150]) saveas(gcf, 'test.png')

Categorías

Más información sobre Printing and Saving en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by