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 years 前 | 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 years 前 | 1 个回答 | 0
