Is it possible to convert a symbolic scalar into an LTI model so that I can obtain its poles and zeros?
조회 수: 3 (최근 30일)
이전 댓글 표시
For example,I implement the code F = ztrans(2^n) where n is declared as syms. The resulting symbolic scalar expression is: z/(z - 2). Although I know I can obtain the zeros from the function solve(F), this does not get me the poles? Is there any other way I can do this? Thank you very much!
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!