Create tabs in a matlab GUI

蓝咒 提交于 2019-12-12 13:02:23

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!