A root locus plot near the origin can be obtained by entering the following MATLAB program: num= [ 0 0 0 2 2]; den= [1 7 10 0 0); rlocus (num, den); ...
確定! 回上一頁