how to create a state-space model without disturbance and how does the disturbance influence the solution
显示 更早的评论
I would like to identify parameters of an ODE using the system identification toolbox. The sate-space representation in MATLAB is always formulated with a disturbance e, which always influences the solution y due to the equation y = Cx + Dy + e. In my problem, there is no disturbance present. Now, I have two questions: - Of which form is the disturbance e and in which way does it influence the solution (setting K = 0) - Is there the possibility to describe a state-space model in MATLAB without disturbance
Thanks in advance
Manuel
采纳的回答
更多回答(1 个)
Azzi Abdelmalek
2013-7-21
0 个投票
you have just to set e to 0
3 个评论
Manuel
2013-7-21
Azzi Abdelmalek
2013-7-21
Is the system you are identifying linear or not?
Azzi Abdelmalek
2013-7-21
When you identify a linear system, you are looking for the matrix A, B, C and D. the disturbance e is not a part of your dynamic model, it's just an additional input that will disturb your output y
类别
在 帮助中心 和 File Exchange 中查找有关 Uncertainty Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!