tfigure
Editor's Note: This file was selected as MATLAB Central Pick of the Week
A tabbed figure class to support navigating large data sets with many figures. The class currently supports a tabbed figure with each tab containing multiple plots, tables, and control panels that can be selected using the plot selection list. An example showing some of the features is included.
Requires GUI Layout Toolbox:
https://www.mathworks.com/matlabcentral/fileexchange/47982-gui-layout-toolbox
In order to export to powerPoint Slides, the following toolbox must be installed:
exportToPPTX: https://www.mathworks.com/matlabcentral/fileexchange/40277-exporttopptx?s_tid=srchtitle
Cite As
Curtis (2024). tfigure (https://github.com/curtisma/MATLAB_tfigure), GitHub. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Acknowledgements
Inspired by: exportToPPTX, GUI Layout Toolbox
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Versions that use the GitHub default branch cannot be downloaded
Version | Published | Release Notes | |
---|---|---|---|
4.1.1.3 | Fixed Other Requirements entries to remove the URLs |
|
|
4.1.1.2 | Updated Other Requirements to include the URL to GUI Layout Toolbox and added a note about this dependency to the description. |
|
|
4.1.1.1 | Updated Compatibility after testing it out on 2016a. Some features, such as support of uifigure, require even newer versions the core functionality is available in R2016a and newer |
|
|
4.1.1.0 | Minor update to fix some bugs. Started to develop the option to use uifigure instead of figure. |
|
|
4.1.0.0 | Added "addButton" method
|
|
|
4.0.0.0 | Updated to use the Layout Toolbox
|
|
|
3.3.0.0 | Added a "+" tab button to add a new tab
|
|
|
3.2.0.0 | Updated the export menu to copy a panel to another figure, copy a panel to the clipboard, and fixed the functionality of the savePPT function.
|
|
|
3.1.0.0 | Updated Description
|
|
|
2.1.0.0 | Added Support for tables and control items. I also fixed the reisizing function to handle single plot tabs and control items. THe export to ppt feature now needs to be updated. The example has been updated to show the new capabilities. |
|
|
2.0.0.0 | Version 2.0: Updated plot interface that no longer requires a plot function handle. It now behaves more similar to a native figure. See the updated example. |
|
|
1.0.0.0 | Changed description |
|