Statistica
4 Domande
0 Risposte
RANK
92.889
of 300.364
REPUTAZIONE
0
CONTRIBUTI
4 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
of 168.407
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
How to make a plot of fitted curve and data?
Phi_fitted = fit(Phi2_y',Phi2_Phi','gauss8'); Above command makes a fit. But how to make a plot of fitted curve and data? (...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
Two dependent switch on float in a loop.
for t=0.2:0.1:4 fcn(t); end function fcn(t) for x=1:3 fcn1(x,t) end end function fcn1(...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
How to return function handle from fit
Now I need a function handle not a fit object, what should I do? F_fitted = fit(Phi2_y',Phi2_Phi','gauss8'); This gives ...
oltre 8 anni fa | 2 risposte | 0
2
risposteDomanda
How to return the fit as a function object?
There are ways to evaluate the function or return the string of the function expression, which I know. But is there a way I can ...
oltre 8 anni fa | 1 risposta | 0