Feeds
답변 있음
tf2zp behaves weird
the system had more than one pole, and return vectors were not sized for that. thank you.
tf2zp behaves weird
the system had more than one pole, and return vectors were not sized for that. thank you.
거의 15년 전 | 0
질문
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 gi...
거의 15년 전 | 답변 수: 2 | 0
2
답변질문
How to extract and solve for some variable within big equation?
Hello, how can i extract and solve for specific variable within a very big equation? I tried to use solve(eq, 'var') but sometim...
15년 초과 전 | 답변 수: 1 | 0
