How to run multiple GUIs in one GUI ?
Mostra commenti meno recenti
Hello all, I have multiple GUIs to work with and I want to put them into single GUI with having 'tab' option , How is this possible ? Thank you
Risposte (2)
Jan
il 5 Mar 2016
0 voti
You cannot move existing GUIs automatically into tabs of another GUI. You have to reconstruct the GUI with the tabs from scratch.
Image Analyst
il 5 Mar 2016
0 voti
Unfortunately tabs are not (yet) in GUIDE so they have to be created programmatically. You can't just select all the components in a GUI and copy and paste them onto a tab in GUIDE (yet). Maybe someday, but not now - you have to do it in code like Jan said.
Categorie
Scopri di più su App Building in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!