photo

Peiyuan ZHU


Last seen: más de 1 año hace Con actividad desde 2017

Followers: 0   Following: 0

Estadística

Feeds

Ver por

Pregunta


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

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 7 años hace | 1 respuesta | 0

1

respuesta