Loadable Function: structcat (dim, struct1, …, structn)
Loadable Function: structcat (dim, default, struct1, …, structn)

Return the concatenation of N-d structures struct1, …, structn along dimension dim. Differently to cat, fields need not match — missing fields get an empty matrix value. Without structure arguments, an empty structure array is returned. If a scalar argument default is given, missing fields get its value instead of an empty matrix value.

Package: struct