フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

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

1 回表示 (過去 30 日間)
Thanigaivel Raja T
Thanigaivel Raja T 2016 年 9 月 7 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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