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!