Is it possible to save the messagebox as a figure in eps format?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Vishwas Kumar
el 8 de En. de 2018
h = msgbox('Invalid Value', 'Error','error');
saveas(h,'invalidFig','epsc')
0 comentarios
Ver también
Categorías
Más información sobre Printing and Saving en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!