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

2 次查看(过去 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?

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Printing and Saving 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by