RecuMergeStruct(A, B)

Recursive merge of two structures.

You are now following this Submission

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.

Cite As

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

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.1.0.0

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

1.0.0.0