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

1 vue (au cours des 30 derniers jours)
Moggl
Moggl le 5 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?

Réponses (1)

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

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!

Translated by