Getting errors in fitnlm
3 ビュー (過去 30 日間)
古いコメントを表示
M. Sarim Ameed Khan
2021 年 10 月 6 日
コメント済み: M. Sarim Ameed Khan
2021 年 10 月 11 日
I am trying to fit an equation fitnlm I am getting following errors and the data is fitting but not giving the desired values of coeffeceints. I have taken several values for first estimate of first coeffeceint.
Warning: The Jacobian at the solution is ill-conditioned, and some model parameters may not be
estimated well (they are not identifiable). Use caution in making predictions.
> In nlinfit (line 384)
In NonLinearModel/fitter (line 1127)
In classreg.regr/FitObject/doFit (line 94)
In NonLinearModel.fit (line 1446)
In fitnlm (line 99)
In PH307_assignment02_3 (line 26)
Thanks for help in advance. Sorry for inconvenience.
0 件のコメント
採用された回答
Prateek Rai
2021 年 10 月 9 日
To my understanding, you are trying to fit an equation using fitnlm and getting "The Jacobian at the solution is ill-conditioned ..." warning message.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Interpolation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!