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