How to create a GUI with different tab options?
9 次查看(过去 30 天)
显示 更早的评论
Hi,
I have seen some GUI's created with Delphi, where we can use tab options. Currently I have a main gui where 4 pushbutton will open 4 different GUI's. Is it possible to make GUI with tabs( similar to Excel sheet tab, sheet1,sheet2...) so that I will not open 4 separate GUI and 4 tabs can use the same figure space of the Main GUI.
I could not find any such GUIDE properties which can do this.
Appreciate the help
Karthik
0 个评论
采纳的回答
Sean de Wolski
2012-6-29
编辑:Sean de Wolski
2012-6-29
It is not documented and thus likely to change in the future, but you can use uitab. Or one of these:
1 个评论
更多回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!