flattenStruct2Cell

Versión 1.2.0.0 (1,32 KB) por Paul
Takes a Nested Structure, and returns a linear Cell array
543 Descargas
Actualizado 12 mar 2014

Ver licencia

% Extention of struct2cell
% Takes a (possibly) nested structure and returns a linear cell array
% containing all the elements of the structure and another cell array
% containing the names of elements
% usage I is a structure
% Input
% cellstack is the array of non-structure elements
%
% Output
% cellnamestack is the name of the element including the path through the
% hirearchy

Citar como

Paul (2026). flattenStruct2Cell (https://la.mathworks.com/matlabcentral/fileexchange/45849-flattenstruct2cell), 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 Data Type Conversion en Help Center y MATLAB Answers.
Versión Publicado Notas de la versión
1.2.0.0

Fixed bug which prevented layer one data.

1.1.0.0

Edited tags

1.0.0.0