struct
Additional structure manipulation functions.
Select category:
It is equivalent to [S.k1, ...] Return selected values from a scalar struct.
Sets S.KEY1 = VALUE1, S.KEY2 = VALUE2, etc, finally returning S.
s = tars (foo,bar, ... ) == struct ("foo",foo,"bar",bar,...)
Works similarly to 'struct2cell' (see there), but considers only fields given by the strings in cell array NAMES.
Return structure-array S after setting the fields FIELDS with the slices of cell-array C vertically to dimension DIM.
Returns a logical array with same dimensions as structure S, indicating where field NAME is empty.
Return the concatenation of N-d structures STRUCT1, ..., STRUCTN along dimension DIM.
Package: struct