How to get the transfer function between any state and the control input from their state space representation?
3 次查看(过去 30 天)
显示 更早的评论
If we have a system S in state space representation
where A=
x1 x2 x3 x4
x1 -0.136 0.0235 0 -9.81
x2 -0.1184 -1.828 223.6 0
x3 0.3845 -0.5686 -1.219 0
x4 0 0 1 0
and B =
u1
x1 0
x2 -52.96
x3 -312.3
x4 0
D and C are zero.
What code or syntax can i use to get the transfer function x4/u1 ??
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Dynamic System Models 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!