Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

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

1 Ansicht (letzte 30 Tage)
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!

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by