Info

此问题已关闭。 请重新打开它进行编辑或回答。

Which modelling of system identification is supportive, when equations representing the system dynamics is implicit?

1 次查看(过去 30 天)
I wish to perform system identification to validate a model. I found these sources when searching for the methods:
Grey box modelling: when equations representing system dynamics are explicit. (<http://in.mathworks.com/help/ident/ug/supported-grey-box-models.html>)
Black box modelling: when equations describing system are unknown/indescribable.(<http://in.mathworks.com/help/ident/ug/black-box-modeling.html>)
Then when equations representing the system dynamics is implicit, which modelling to be used? Also my model contains return statements upon certain conditions to represent inadequacy of model to solve for the specific cases.
Example of the Model
for i=1:numeric value1(say 100)
Solve implicit equations of ODE's describing system dynamics
if condition1 > numeric value2 %check for model inadequacy%
return
end
end
Thanks in advance!

回答(0 个)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by