Cell/Struct Tree, and Struct Sorting

Versión 1.0.0.0 (5,39 KB) por T. R.
Generates trees for cell arrays, structs and data, from a cell or a struct.
471 descargas
Actualizado 9 jun 2011

Ver licencia

Given a cell or a struct, is is sometimes usefull to know the tree from the main to the farthest branch.
The trees are returned as string cells, based on the data type. Each path can be effectively executed using Matlab built-in eval() function.

The sorting of struct is also implemented, with some limitations.
Sorting is achieved based on Matlab built-in sort() function, in reference to one of the fields. Therefore all fields should have equal number of elements.

Sorting cells in relation to one of the field is not implemented.

Citar como

T. R. (2024). Cell/Struct Tree, and Struct Sorting (https://www.mathworks.com/matlabcentral/fileexchange/31736-cell-struct-tree-and-struct-sorting), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2010a
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.0.0