Statistiques
RANG
185 447
of 300 904
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
66.67%
VOTES REÇUS
0
RANG
of 21 108
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 171 602
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
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...
presque 3 ans il y a | 2 réponses | 0
2
réponsesI 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...
plus de 3 ans il y a | 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...
plus de 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
I would like to write a for loop to store all values of y when A=1,2,3,4,5. into a variable y1,y2,y3,y4,y5 respectively. Any help will be greatly appreciated. Thanks
x = -3:0.1:3; for A = 1:1:5 y = A*sin(x); end plot(x,y)
plus de 3 ans il y a | 1 réponse | 0
