[Scilab-users] Question on funktion plzr / Zeros and Poles

cpt_nemo johannes.eha at web.de
Thu Dec 20 09:44:00 CET 2012


Hello,

when executing the following code, i get a diagram with 3 zeros and 2 poles. 
In my understanding, there should be 2 zeros and 3 Poles, because "n" is a
polynom with order 2 and "d" is a polynom with s^3.

/clear;
s=poly(0,'s');
n=2+3*s+4*s^2;
d=5-s^3;
h=syslin('c',n/d);
plzr(h);
/
Can someone show me, what i am doing wrong or is this an error in scilab?



--
View this message in context: http://mailinglists.scilab.org/Question-on-funktion-plzr-Zeros-and-Poles-tp4025560.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list