How to find only negative root of any polynomial
显示 更早的评论
I am looking for a filter design. and from all possible roots of transfer function, i have to filter only left half s-plane (negative) roots. please suggest any code as "roots()" gives all +ve and _ve roots
回答(2 个)
Azzi Abdelmalek
2014-11-7
r=roots(your_array)
r=r(r<0))
类别
在 帮助中心 和 File Exchange 中查找有关 Polynomials 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!