rmfield
Remove fields from structure.
Syntax
s = rmfield(st, field)
Input argument
st - a structure.
field - a string, cell of strings, or char.
Output argument
s - a structure without field.
Description
s = rmfield(st, field) removes the specified field from structure array.
Example
See also
History
Author
Allan CORNET
Last updated