Find the Polynomial form of the denominator
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
John Doe
am 27 Nov. 2021
Beantwortet: Walter Roberson
am 27 Nov. 2021
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 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Polynomials finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!