Is it possible to save the messagebox as a figure in eps format?

1 回表示 (過去 30 日間)
Moggl
Moggl 2018 年 1 月 5 日
回答済み: Vishwas Kumar 2018 年 1 月 8 日
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?

回答 (1 件)

Vishwas Kumar
Vishwas Kumar 2018 年 1 月 8 日
h = msgbox('Invalid Value', 'Error','error');
saveas(h,'invalidFig','epsc')

カテゴリ

Help Center および File ExchangePrinting and Saving についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by