Community Profile

photo

Rufus Adjetey


Last seen: 7 Monate vor Aktiv seit 2022

Statistiken

  • Thankful Level 2

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


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

etwa ein Jahr vor | 2 Antworten | 0

2

Antworten

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

fast 2 Jahre vor | 0

Frage


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

fast 2 Jahre vor | 2 Antworten | 0

2

Antworten