photo

bhargavi veeraghattam


Last seen: 3 månader ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
1 Answer

RANK
32 550
of 297 503

REPUTATION
1

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
 of 20 449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159 017

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

nästan 2 år 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

nästan 5 år ago | 1 answer | 1

1

answer