tf2zp behaves weird
이전 댓글 표시
I need to obtain poles and zeros for system, here is a code: [b,a] = eqtflength(b,a); [z p] = tf2zp(b, a );
it gives me this error: In an assignment A(I) = B, the number of elements in B and I must be the same.
Error in ==> testfile at 140 [z p] = tf2zp(b , a );
have no idea why? im following exactly the example code. before equality b has size 1 and a has size 5, after equality both are sized 5
채택된 답변
추가 답변 (1개)
카테고리
도움말 센터 및 File Exchange에서 Digital Filtering에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!