Feeds
已回答
how to write fraction function in complex plane by using matlab
num = [1] den= conv([1 3 5], [1 3], [1 5]) g = tf (num,den) [z,p,k] = tf2zp(num,den) pzmap(g)
how to write fraction function in complex plane by using matlab
num = [1] den= conv([1 3 5], [1 3], [1 5]) g = tf (num,den) [z,p,k] = tf2zp(num,den) pzmap(g)
2 years 前 | 0
