How to run multiple GUIs in one GUI ?

3 Ansichten (letzte 30 Tage)
yogesh jain
yogesh jain am 5 Mär. 2016
Beantwortet: Image Analyst am 5 Mär. 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

Antworten (2)

Jan
Jan am 5 Mär. 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 am 5 Mär. 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.

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by