问题
How can I create tabs in matlab gui? I did something like this a while ago... I mean I created some menus at top of my GUI and then pressing each menu will set visible property of some controls on and the others get off that way is useful for small GUIs but in beag GUIs it encounters problems and editing the GUI gets hard I need someway to create seperate GUIs acting just like Mozilla tabs Is there anyway to create that?
回答1:
Tabs aren't officially supported yet, even though there exists the semi-documented function uitab. Note that in 2012a it warns you that the function will change.
However, there is a very nice submission on the File Exchange, the GUI layout toolbox that comes with tab functionality.
回答2:
Matlab supports tabs from R2014b
See uitabgroup
来源:https://stackoverflow.com/questions/9859739/create-tabs-in-a-matlab-gui