photo

Rufus Adjetey


Last seen: 1 year 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
1 个回答

排名
185,528
of 300,974

声誉
0

贡献数
3 个提问
1 个回答

回答接受率
66.67%

收到投票数
0

排名
 of 21,128

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,130

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


For each peak, I would like to calculate the delta (shown in image) for the plot in the script at each threshold level in a table.
%Question Continued: I need a sum of all deltas at each threshold level in %a 7 x 2 table . I tried this code but it gives me a...

3 years 前 | 2 个回答 | 0

2

个回答

已回答
I would like to write a for loop to calculate fwhm value based on a range of Strain values. Say Strain = 50:10:150 and find the corresponding fwhm values in a vector
Thank you so much. This helps me understand the code really well. I have been wanting to apply this approach to a larger data se...

3 years 前 | 0

提问


I would like to write a for loop to calculate fwhm value based on a range of Strain values. Say Strain = 50:10:150 and find the corresponding fwhm values in a vector
X = (0:0.01:0.3); Y = -9200*(X).^2 + 2760*X; %Plot Graph % Create figure figure1 = figure('Color',[1 1 1]); % Create axe...

3 years 前 | 2 个回答 | 0

2

个回答