How can i get a transfer function from coefficient vector of size 1xn+1?
1 次查看(过去 30 天)
显示 更早的评论
Hi
It was requested that from a input coefficient vector of size 1 x n+1, where n is the order of the polynomial, get a rlocus plot and compute the Routh Hurwitz. The Routh stabilty creterion is already done, but the problem with my solution for the first item is that it just work if there is a 'K' controller in the input vector, eg: [2 5 9 6+K 8K], but it wont work for [2 5 9 6 8]. However, i just want to get a transfer function ([num],[dem]) from a imput vector like [ a b c d ] that comes from aS^3+bS^2+cS+d .
Thanks.
3 个评论
David Wilson
2019-4-30
I'm not sure you can unless you know the gain independently.
For example
and
will both give you the same polynomial,
.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/217237/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/217238/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/217239/image.png)
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Stability Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!