Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (1)
Ernest Milenko
el 28 de Sept. de 2011
0 votos
Categorías
Más información sobre Digital Filtering en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!