Error using optimset(@lsqnonlin) matlab 2020b
10 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I'm having trouble using optimset () for lsqnonlin () function. I am using matlab version 2020b.
...
options = optimset(@lsqnonlin)
X = lsqnonlin('filtroRC', X0, [], [], options, Vin, t, Vout_e)
...
Error using optimset (line 163)
No default options available for the function 'lsqnonlin'.
I would appreciate suggestions
0 件のコメント
採用された回答
Walter Roberson
2020 年 11 月 30 日
編集済み: Walter Roberson
2020 年 11 月 30 日
Wrong options routine for that function. You need https://www.mathworks.com/help/optim/ug/optim.problemdef.optimizationproblem.optimoptions.html
5 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!