Multi window GUI, single file
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
Adam
2019-8-6
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.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!