MATLAB (4)
Transfer Function
tf?
1 | >> help tf |
Make Transfer function
1 | >> a = [1 0] |
pole?
1 | >> help pole |
Find Poles
1 | >> P = pole(sys) |
Graph Plot
Legend
1 | >> help legend |
tf?
1 | >> help tf |
Make Transfer function
1 | >> a = [1 0] |
pole?
1 | >> help pole |
Find Poles
1 | >> P = pole(sys) |
Legend
1 | >> help legend |