State-space to zero-pole conversion.
显示 更早的评论
i want to make state space to pole-zero like this code

but its seem error, i don't know what does the error mean, please help :(

1 个评论
Shah Fahad
2021-2-13
For MIMO system you need to specify the inputs i.e. IU.
Try the same code for a SISO system and it will be fine.
Search help ss2zpk
回答(1 个)
José-Luis
2014-10-6
I can't help you with the particulars of the application because I know nothing about this topic. However, what I can say is: ss2zp requires five input arguments and you are only passing it four.
Please read the documentation:
doc ss2zp
类别
在 帮助中心 和 File Exchange 中查找有关 Array Geometries and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!