[422372]: / functions / @eegobj / rmfield.m

Download this file

5 lines (2 with data), 83 Bytes

1
2
3
4
function this = rmfield(this, vals);
this.EEG = rmfield(this.EEG, vals);