Multiple Tab GUI

Program to create a figure with multiple tabs and demo their use.
11.1K Downloads
Updated Tue, 04 Feb 2014 22:37:02 +0000

View License

This function creates a figure with multiple Tabs. The number of tabs can be changed and they are distributed evenly across the top of the figure. Content is provided for the first 5 tabs to demo the program. The demo uses the screen size to adjust the size of the figure. The program uses the ~ character for unused arguments, so if you are not using 2009b, these should be changed to dummy arguments (lines 210 and 234). guidata is set to the TabHandles cell array and is used to pass all arguments and data to the functions.

Cite As

James Willmann (2024). Multiple Tab GUI (https://www.mathworks.com/matlabcentral/fileexchange/25938-multiple-tab-gui), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2013b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Migrate GUIDE Apps in Help Center and MATLAB Answers
Tags Add Tags
Acknowledgements

Inspired: Simple Optimized GUI Tabs

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.2.0.0

I improved the look of the tabs. They now blend into the selected sheet below the selected tab. Also cleaned up the code a bit and tested with the latest version, R2013b.

1.0.0.0