Is it possible to save the messagebox as a figure in eps format?
1 回表示 (過去 30 日間)
古いコメントを表示
I try to save a messagebox for a latex work as a figure. Is it possible to save the messagebox as a figure in eps. format?
0 件のコメント
回答 (1 件)
Vishwas Kumar
2018 年 1 月 8 日
h = msgbox('Invalid Value', 'Error','error');
saveas(h,'invalidFig','epsc')
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Printing and Saving についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!