How to display progress plots using code driven parameter optimization
2 次查看(过去 30 天)
显示 更早的评论
I'm using the parameter optimization of simulink. I call this from the console, and I want to show a plot of the parameter trajectories, residuals etc. just as is possible with the GUI parameter optimization. How do I do this? I guess it should be something like est.DispOptions ( similar to est.Optimoptions? )
Thanks in advance for your time and help.
0 个评论
采纳的回答
Alec Stothert
2012-5-16
Unfortunately command line parameter estimation does not support progress plots during estimation.
The estimation process does return information that can be plotted once the estimation is finished. See the est.EstimInfo property; specifically the est.EstimInfo.Values and est.EstimInfo.Cost can be used to plot the parameter trajectories and sum-square of the residuals.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simulink Design Optimization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!