Multi window GUI, single file
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I'm working on a user interface that relies on multiple figures, but each new figure implies new .m and .fig files, which will leave me with a lot in the end. How do I "compress" all these files into one single file?
4 comentarios
Adam
el 6 de Ag. de 2019
If the other GUIs are launched from a main GUI then you only need to package the main GUI into an App anyway. I have done this plenty of times with multi-GUI apps. You just need a single entry point for the Matlab compiler. Indeed, I usually create a wrapper function for this purpose anyway which is not a GUI at all, but just launches my first GUI and does any other initialisation type stuff I need.
Respuestas (0)
Ver también
Categorías
Más información sobre Migrate GUIDE 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!