Invoking a GUI from another GUI
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
I have two GUIs. I'm invoking GUI A from GUI B.
Here's my question: After creating GUI into a .exe file does GUI B also get converted to an .exe. Or do I would need to store the .fig file in the same folder as GUI A.
Antworten (1)
Image Analyst
am 8 Mär. 2014
0 Stimmen
Everything (all m-files and .fig files that could possibly get called) gets bundled into one .exe file.
2 Kommentare
Aditya
am 9 Mär. 2014
Image Analyst
am 9 Mär. 2014
You could ship the video separately - that's what I'd do. You can bundle it into the .exe (the CTF archive) if you specify it with the "-a" option of the mcc command.
Diese Frage ist geschlossen.
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!