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

1 Ansicht (letzte 30 Tage)
Moggl
Moggl am 5 Jan. 2018
Beantwortet: Vishwas Kumar am 8 Jan. 2018
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?

Antworten (1)

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

Kategorien

Mehr zu Printing and Saving finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by