Effacer les filtres
Effacer les filtres

How to run multiple GUIs in one GUI ?

3 vues (au cours des 30 derniers jours)
yogesh jain
yogesh jain le 5 Mar 2016
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

Réponses (2)

Jan
Jan le 5 Mar 2016
You cannot move existing GUIs automatically into tabs of another GUI. You have to reconstruct the GUI with the tabs from scratch.

Image Analyst
Image Analyst le 5 Mar 2016
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.

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by