a b/functions/@eegobj/orderfields.m
1
function this = orderfields(this, vals);
2
3
    for index = 1:length(this)
4
        this(index).EEG = orderfields(this(index).EEG, vals);
5
    end