% 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)