Is it possible to save the messagebox as a figure in eps format?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Vishwas Kumar
am 8 Jan. 2018
h = msgbox('Invalid Value', 'Error','error');
saveas(h,'invalidFig','epsc')
0 Kommentare
Siehe auch
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!