Save 2 Figures from GUI
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (4)
Julia
le 13 Nov 2014
Hi,
I use the saveas() command to save figures.
saveas(h,'filename','format')
0 commentaires
Voir également
Catégories
En savoir plus sur Graphics Object Identification dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!