Questions regarding GUI inside another GUI (built in GUIDE)
1 view (last 30 days)
Show older comments
chlor thanks
on 4 Aug 2016
Commented: chlor thanks
on 5 Aug 2016
1. If to build a second GUI inside the first GUI, is it as simple as building them seprately in different files and call the second GUI inside the first GUI?
2. If use deploytool to convert this to .exe, do you put both GUIs under "main files", or do you put the first GUI under "main file" and put the second GUI under "Shared Resources and Help Files"?
I have been confused on this topic, please guide me with a more direct answer :) Thank you for reading my concern!!
Accepted Answer
Walter Roberson
on 4 Aug 2016
Put the first one under main file. Make sure it has a %#function pragma reference to the second; see http://www.mathworks.com/help/compiler/function.html
More Answers (0)
See Also
Categories
Find more on Migrate GUIDE Apps in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!