Community Profile

photo

Rufus Adjetey


Last seen: 7 månader ago Active since 2022

Statistics

  • Thankful Level 2

View badges

Content Feed

View by

Question


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

ungefär ett år ago | 2 answers | 0

2

answers

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

nästan 2 år ago | 0

Question


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

nästan 2 år ago | 2 answers | 0

2

answers