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

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?

Risposte (1)

h = msgbox('Invalid Value', 'Error','error');
saveas(h,'invalidFig','epsc')

Categorie

Scopri di più su Printing and Saving in Centro assistenza e File Exchange

Richiesto:

il 5 Gen 2018

Risposto:

il 8 Gen 2018

Community Treasure Hunt

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

Start Hunting!

Translated by