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

Download this file

6 lines (4 with data), 143 Bytes

1
2
3
4
5
function this = orderfields(this, vals);
for index = 1:length(this)
this(index).EEG = orderfields(this(index).EEG, vals);
end