rmfield
Data Types
Remove a field from a struct.
Syntax
rmfield(s, 'name')
Examples
s = struct('x', 1, 'y', 2); rmfield(s, 'y')▶ RunSee Also
Try SimLab — Free MATLAB® Alternative
466 functions. Runs in your browser. No install.
Open SimLabData Types
Remove a field from a struct.
rmfield(s, 'name')
s = struct('x', 1, 'y', 2); rmfield(s, 'y')▶ Run466 functions. Runs in your browser. No install.
Open SimLabGet notified about new simulations and tools. We send 1-2 emails per month.