MATLAB: HOW TO CREATE A TAB PANNEL ON MATLAB GUIDE

guidetabtab grouptabbed interface

I would like to make an editable tabs on GUIDE. How can I start to do this in GUIDE? Please help me!

Best Answer

uitab() is only available programmatically, not in GUIDE, as of R2017a.
Description t = uitab creates a tab in an existing tab group within a traditional figure and returns the tab object. If there is no tab group within a traditional figure available, then MATLABĀ® creates a new tab group in a traditional figure.