How to factorise functions of order 4 in matlab
4 次查看(过去 30 天)
显示 更早的评论
Hi all
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/911260/image.png)
I have MIMO transfer functions such as these and would like to factorise the denominator in the form of ![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/911265/image.jpeg)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/911265/image.jpeg)
My current command for tf is
Thank you
c=eye(5);
d=zeros(5,2);
sys1=ss(Along,Blong,c,d);
systf=tf(sys1);
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!