How to run multiple GUIs in one GUI ?

3 次查看(过去 30 天)
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

回答(2 个)

Jan
Jan 2016-3-5
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 2016-3-5
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.

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by