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