Generate a Tree View / Hierarchy of a MATFILE

Versión 1.0 (1,88 KB) por Paul LaFonte
Create a .txt file with a sort list of subfunction called in a MFILE
180 descargas
Actualizado 15 jul 2015

Ver licencia

Create a .txt file with a sort list of subfunction called in a MFILE
Description:
The file create_TreeView.zip includes 2 MATLAB functions :
- 1) write_function_TreeView_txt ( Input_Mfile , soft )
- 2) [Tree,Sub_fct_nb] = create_function_TreeView ( Input_Mfile, soft )
To get the TreeView in a .txt file, execute the first function.
To get the TreeView in a cell array, execute the second function.
Inputs :
- Input_Mfile : String with name file to explore (ex : 'MFile.m')
- soft : Must be 0 or 1 (for a soft writting)
Outputs :
1) - No output, but a .txt file in created in the current folder
2) - Tree : a cell array with all the sorted subfunctions
- Sub_fct_nb : size of the cell array

Citar como

Paul LaFonte (2024). Generate a Tree View / Hierarchy of a MATFILE (https://www.mathworks.com/matlabcentral/fileexchange/52157-generate-a-tree-view-hierarchy-of-a-matfile), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2013b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Structures en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0