photo

Peiyuan ZHU


Last seen: 1年以上 前 2017 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


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

約7年 前 | 1 件の回答 | 0

1

回答

質問


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

約7年 前 | 1 件の回答 | 0

1

回答

質問


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

約7年 前 | 2 件の回答 | 0

2

回答

質問


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

約7年 前 | 1 件の回答 | 0

1

回答