Multi window GUI, single file

2 次查看(过去 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 个评论
Alexandre Cucatti dos Santos
While I agree to those answers, I'll say my workaround was to use MATLAB Compiler, to create a single .exe file that runs the multiwindow GUI App I was working on
Adam
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 CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

产品


版本

R2016b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by