Finding fitting parameters from fitted curve?
1 回表示 (過去 30 日間)
古いコメントを表示
I am fitting my data sets using equation 'fun1 = @(p,xdata) p(1).*(1-exp(-xdata./p(2)))+C' and saving outputs as [pb1,resnorm,residual,exitflag,output,lambda,jacobian] = lsqcurvefit(fun1,[100 100],dose,DRC_result1(1,:))
I want to know if p(1) and p(2) are saved in 'pb1'?
0 件のコメント
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Linear and Nonlinear Regression についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!