Is it possible to save the messagebox as a figure in eps format?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Vishwas Kumar
il 8 Gen 2018
h = msgbox('Invalid Value', 'Error','error');
saveas(h,'invalidFig','epsc')
0 Commenti
Vedere anche
Categorie
Scopri di più su Printing and Saving in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!