tfigure

Versión 4.1.1.3 (229 KB) por Curtis
A tabbed figure class to support navigating large data sets with many plots, tables, and controls.
1K descargas
Actualizado 19 Jun 2019

Nota del editor: 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

Citar como

Curtis (2024). tfigure (https://github.com/curtisma/MATLAB_tfigure), GitHub. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2017a
Compatible con cualquier versión desde R2016a
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Migrate GUIDE Apps en Help Center y MATLAB Answers.
Agradecimientos

Inspirado por: exportToPPTX, GUI Layout Toolbox

Community Treasure Hunt

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

Start Hunting!

No se pueden descargar versiones que utilicen la rama predeterminada de GitHub

Versión Publicado Notas de la versión
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

Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.