Find the Polynomial form of the denominator
조회 수: 1(최근 30일)
표시 이전 댓글
Find the polynomial form of the denominator

Isn't the given denominator already on its polynomial form? If so how can I code it, because what I've came up with is this:
r = [4 0 -2 0 3]
p = poly(r)
But I don't know if that is correct.
댓글 수: 0
채택된 답변
추가 답변(0개)
참고 항목
범주
Find more on Polynomials in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!