How to display progress plots using code driven parameter optimization

조회 수: 1 (최근 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.

채택된 답변

Alec Stothert
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.
  댓글 수: 1
Roy Veldhuizen
Roy Veldhuizen 2012년 5월 16일
Thank you for your quick reply. Too bad that it is not supported, but with this data I can still give a clear overview of the estimation process. Thank you very much.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulink Design Optimization에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by