Save 2 Figures from GUI
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hi, I have a GUI with two figures with the tags plot1 and plot2. I would like to save these plots in two separate fig-files using the current filename [filename = get(handles.filename,'String');].
I have tried the copyobj-routine, but have difficulties with the correct syntax. Can anyone help me? Thanks a lot.
0 Commenti
Risposte (4)
Julia
il 13 Nov 2014
Hi,
I use the saveas() command to save figures.
saveas(h,'filename','format')
0 Commenti
Vedere anche
Categorie
Scopri di più su Graphics Object Identification in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!