Search
About
Datasets
Models
Log In
Sign Up
Log In
Sign Up
Models
:
ReneeD
/
eeglab
Like
0
Downloads: 1
Card
Git
Discussions
[422372]
:
/
functions
/
@eegobj
/ rmfield.m
History
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
);