Save 2 Figures from GUI
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (4 件)
Julia
2014 年 11 月 13 日
Hi,
I use the saveas() command to save figures.
saveas(h,'filename','format')
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Graphics Object Identification についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!