RecuMergeStruct(A, B)

Versión 1.1.0.0 (3,55 KB) por Ben
Recursive merge of two structures.
172 descargas
Actualizado 18 ago 2015

Ver licencia

RECUMERGESTRUCT recursively merges fields & subfields of structs A and B
The aim is to produce 1D arrays of every shared field in the structs, indexed by the struct identifier, which we assume is a point field somewhere at the top level. Scalars are aggregated to vectors, vectors are aggregated if of equal size, mxn matrices are placed in cell arrays, as are cells and char arrays.

Citar como

Ben (2024). RecuMergeStruct(A, B) (https://www.mathworks.com/matlabcentral/fileexchange/47448-recumergestruct-a-b), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2012a
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.
Etiquetas Añadir etiquetas

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.1.0.0

Comments and style
Modified cell concatenation to produce 1D arrays rather than nests

1.0.0.0