Community Profile

photo

bhargavi veeraghattam


Last seen: 1 month ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


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(...

1 year ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 1

1

answer