save GUI fig by name from edit text
古いコメントを表示
Hi
I am trying to save a figure in GUI, I want when the user click on a push button the below window appear.
I applied the follwoing function:
filter = {'*.m';'*.emf';'*.*'};
[file, path] = uiputfile(filter);
but when I press (save) nothing is saved. The problem is how to connect my figure to the above function.

4 件のコメント
Adam Danz
2019 年 11 月 15 日
Is the figure external to your GUI or is embedded within your gui?
How did you create the GUI - with guide or app designer?
Adam Danz
2019 年 11 月 15 日
Rik
2019 年 11 月 15 日
Note that copying the figure is not going to copy the callbacks, so you will end up with a figure that is only a visual copy of your GUI but no longer has any functionality.
Adam Danz
2019 年 11 月 15 日
I was worried about that too but it turns out that the goal was to copy the embedded axes onto an external figure.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Interactive Control and Callbacks についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!