<< orderfields | Data structures | setfield >> |
s = rmfield(st, field) |
a structure.
a string, cell of strings, or char.
a structure without field.
s = rmfield(st, field) removes the specified field from structure array.
example.a = 1
example.b = 'nelson'
example.c = []
rmfield(example, 'b')
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET