How to give arguments to fmincon using ssest in system identification toolbox?

4 次查看(过去 30 天)
No examples exist anywhere as far as I can tell.

采纳的回答

Matt J
Matt J 2024-10-18
Perhaps as follows,
opts=ssestOptions(SearchMethod='fmincon');
opts.SearchOptions.Algorithm='trust-region-reflective';
opts.SearchOptions.FunctionTolerance=1e-8;
opts.SearchOptions
ans =
Algorithm: 'trust-region-reflective' StepTolerance: 1.0000e-06 FunctionTolerance: 1.0000e-08 MaxIterations: 100
  3 个评论

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Linear Model Identification 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by