Feeds
질문
I have 400 columns of matrix, I want to calculate FWHM. I'm trying find codes related to find peaks, but nothing works. I cannot see the FWHM as 400 different columns.
data=xlsread('ace re.xlsx'); y=data(:,2:end); x=data(:,1); plot(x,y); m2= max(data(:,2:end)); [M,I]= max(data); m3= min(...
2년 초과 전 | 답변 수: 1 | 0
1
답변질문
how to import data in matlab when we are using matlab in online
i want to import data from my desktop to matlab when i use matlab in online
5년 초과 전 | 답변 수: 1 | 1
