Search
About
Datasets
Models
Log In
Sign Up
Log In
Sign Up
Models
:
ReneeD
/
eeglab
Like
0
Downloads: 1
Card
Git
Discussions
Diff of
/functions/@eegobj/rmfield.m
[000000] ..
[422372]
Switch to unified view
a
b/functions/@eegobj/rmfield.m
1
function this = rmfield(this, vals);
2
3
this.EEG = rmfield(this.EEG, vals);
4