Statistica
RANK
185.502
of 300.953
REPUTAZIONE
0
CONTRIBUTI
3 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
66.67%
VOTI RICEVUTI
0
RANK
of 171.946
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
quasi 3 anni fa | 2 risposte | 0
2
risposteRisposto
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...
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...
oltre 3 anni fa | 0
Domanda
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...
oltre 3 anni fa | 2 risposte | 0
2
risposteDomanda
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)
oltre 3 anni fa | 1 risposta | 0
