Going through the e-mail this week, I was asked how to make a GUI with tab panels. I know that using a few special techniques, it is possible to build a tab panel using GUIDE. I figured someone on MATLAB Central would have written this common procedure up already. It turns out Bill was that person. So, if you want to know how to put tab panels on a GUI, check this out.
Not to take anything away from Bill and his clever approach, but there’s got to be a better way! I would love to see a future version of Guide that supports REAL tabs and allows me to show/hide the tab contents as I build the GUI.
Absolutely agree. Lack of “GUI real estate space” becomes a major problem for me soon after I start developing any Matlab GUI. Absence of tabs is a major disadvantage. Otherwise, GUIDE is pretty good.
Leave a Reply
About
Bob, Brett & Jiro share their favorite user-contributed submissions from the File Exchange.
Not to take anything away from Bill and his clever approach, but there’s got to be a better way! I would love to see a future version of Guide that supports REAL tabs and allows me to show/hide the tab contents as I build the GUI.
I agree with Gary. There has GOT to be a better way!
This is EXTREMELY important and I hope the MathWorks moves this up on its priority list soon!!! Thanks to all the contributors on this
I’d also love to see real-tab support in Guide.
Looks like there is an ActiveX tab type thing, eg…
f = figure(’position’, [20 40 500 300]);
tab = actxcontrol(’Forms.TabStrip.1′, [10 10 480 280], f);
but I cant figure out how to do anything with them!
Still a long way to go to get the GUI functionalities like that of VB, but I’m still hoping it will be soon. Keep up the the good work guys..
Absolutely agree. Lack of “GUI real estate space” becomes a major problem for me soon after I start developing any Matlab GUI. Absence of tabs is a major disadvantage. Otherwise, GUIDE is pretty good.