필터 지우기
필터 지우기

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