Is it possible to save the messagebox as a figure in eps format?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Vishwas Kumar
le 8 Jan 2018
h = msgbox('Invalid Value', 'Error','error');
saveas(h,'invalidFig','epsc')
0 commentaires
Voir également
Catégories
En savoir plus sur Printing and Saving dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!