Newer
Older
msccd / matlabCode / overview.m
@Jan-Peter Hohloch Jan-Peter Hohloch on 23 Nov 2016 142 bytes first commit
% outputs mean, std, min and max of declared input
input=correlations.EEG.emg.Default;

m=mean(input)
s=std(input)
ma=max(input)
mi=min(input)