Clear Filters
Clear Filters

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

2 views (last 30 days)
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?

Answers (1)

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

Categories

Find more on Printing and Saving in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!