Feeds
질문
I need to apply Chauvenet's criterion and I don't know how to take out the values from x if x>xx
for i=1:length(hw) [average]=mean(hw); sx=std(hw); %Standard deviation x(i,:)=(hw(i)-average)/sx; %maxim...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to import multiple data from .csv and analyse them?
I have experimental data in 20 .csv files and I need to take a column from each of them to do the average and then to apply the ...
7년 초과 전 | 답변 수: 1 | 0
