uifigure output inline with live script
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Brennan Fox
el 20 de Sept. de 2024
Respondida: Jatin
el 20 de Sept. de 2024
Is there a way to output a uifigure directly into a live script rather than having another window pop-up?
0 comentarios
Respuesta aceptada
Jatin
el 20 de Sept. de 2024
In MATLAB, "uifigure" objects are intended to function as standalone windows and cannot be directly embedded into live scripts. This limitation is also noted under the unsupported functionalities of Graphics in App Designer. Functions like "save", "load", "saveas", and "print" cannot be used with "uifigure" objects.
If you want to save the content of your app window, you can use the "exportapp" function to export it as an image or PDF.
For more information, refer to the sections on 'Unsupported Functionality of Graphics in App Designer' and the "exportapp" function below.
Hope this addresses your query.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Develop uifigure-Based Apps 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!