How to create tabs in matlab gui? I did something like this some time ago ... I mean, I created several menus at the top of my GUI, and then clicking each menu will set the visible property of some controls, and the rest is useful for small graphical ones interfaces, but in beag GUIs, it runs into problems and editing GUIs becomes complicated I need to somehow create separate GUIs that act just like Mozilla tabs Is there any way to create this?
source share