Tools Manager Error in Control and Estimation Tools Manager for Parameter Estimation

1 次查看(过去 30 天)
Hi everybody,
I'm trying to set up a parameter optimization for a simulink model. I've tested it on a very simple model and it worked good after I figured out what's what. Now, however, I'm trying to run it on a more complex model with a couple of lookup-tables, multiple layers and so forth and I get an error message once I click on "Estimation" in the "Control and Estimation Tools Manager" window (opens after I click on "Analysis" and then "Parameter Estimation..."). The error message says: "The value of the "Value" property must be a real-valued double array." This occurs even without me loading any Transient Data or specifying any Variables. I've checked all lookup-tables with isreal(name of the lookup-table) and they all turn out as being real. I've also set the output data type of the lookup-tables to double, but that didn't help either. I hope you guys can help me with this, I'm pretty much out of reasonable ideas.
Thanks Johannes
  1 个评论
Johannes
Johannes 2014-10-1
Funny enough, I just found the issue. One of the lookup-tables had an empty cell in A1 in the imported csv file which was imported as NaN. Apparently everything except the parameter estimation is absolutely fine with that, since the value in A1 or 1-1 is not used in the model. Anywho, putting in a 0 solved the issue. Maybe this is going to help someone else in the future :)

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Parameter Estimation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by