rewrite the polynomial coefficients
이전 댓글 표시
H =
1e-08 s
-------------------------------------------------
s^4 - 0.0002 s^3 - 3.002 s^2 + 2.001 s + 0.001001
i want the polynomial in the denominator to end with +1 instead of +0.001001. is there any easy way to do this with a function?
댓글 수: 3
Star Strider
2015년 3월 29일
Multiply the numerator and denominator by 1000.
John D'Errico
2015년 3월 29일
편집: John D'Errico
2015년 3월 29일
More correctly, that would be 999.000999000999..., not 1000.
Star Strider
2015년 3월 29일
I stand corrected!
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Mathematics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!