Multi window GUI, single file

조회 수: 20 (최근 30일)
Alexandre Cucatti dos Santos
Alexandre Cucatti dos Santos 2019년 5월 21일
댓글: Adam 2019년 8월 6일
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
Alexandre Cucatti dos Santos 2019년 8월 5일
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에서 Interactive Control and Callbacks에 대해 자세히 알아보기

제품


릴리스

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by