tfigure

Version 4.1.1.3 (229 ko) par Curtis
A tabbed figure class to support navigating large data sets with many plots, tables, and controls.
1K téléchargements
Mise à jour 19 juin 2019

Note de l’éditeur : 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

Citation pour cette source

Curtis (2024). tfigure (https://github.com/curtisma/MATLAB_tfigure), GitHub. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2017a
Compatible avec les versions R2016a et ultérieures
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Migrate GUIDE Apps dans Help Center et MATLAB Answers
Remerciements

Inspiré par : exportToPPTX, GUI Layout Toolbox

Community Treasure Hunt

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

Start Hunting!

Les versions qui utilisent la branche GitHub par défaut ne peuvent pas être téléchargées

Version Publié le Notes de version
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
This method allows a button with a callback to be added to the plot list.
Added a demo of the "addButton" method to the example
Updated the help documenation.

4.0.0.0

Updated to use the Layout Toolbox
Uses the layout toolbox to handle the layout and automatic resizing
Added the ability to drag the plot list to adjust its width
Added "Add Label" selection to tab context menu
Updated entry example picture

3.3.0.0

Added a "+" tab button to add a new tab
Updated Documentation
Made the method arguements more consistent across similar methods
Fixed some bugs
Added support for Java style tables

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.
Updated the delete context menu option.
Added get current tab (gct) and get current panel (gcp) properties
Updated Example

3.1.0.0

Updated Description
Changed name
Updated the plot container to use uipanels to hold each selection. This enables the use of subplot and simplifies the handling of axes, especially with regard to resizing

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

Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.