Robust control tool box: Order reduction of a state space model including initial conditions
显示 更早的评论
I've been attempting to reduce the order of a state space model, for example:
sys=ss(A,B,C,D)
sys_reduced=reduce(sys,10)
This works fine, however where I run into problems is that the state space has initial conditions for the state variables which are no longer valid for the reduced system, how can I convert the initial conditions for use in the reduced model?
采纳的回答
更多回答(1 个)
Özgür
2013-1-4
0 个投票
May be below matlab sub routine may help your problem.
try to use *modred *
类别
在 帮助中心 和 File Exchange 中查找有关 Robust Control Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!