Save GUI layout as image - App Designer
Mostrar comentarios más antiguos
I wish to save the GUI layout shown in the Design view in Matlab App Designer, How can I save it as a 500 dpi TIFF?
Respuestas (1)
Image Analyst
el 5 de Jun. de 2020
0 votos
At run-time you can save the GUi with exportgraphics() or (if WIndows) alt-PrintScreen. While designing, you can save the active window (in Windows) by typing alt-PrintScreen. That works for anything whatsoever in Windows.
1 comentario
Lluis Roca
el 5 de Jun. de 2020
Categorías
Más información sobre Image Arithmetic en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!