help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: bode not working: sys undefined


From: Uwe Dippel
Subject: RE: bode not working: sys undefined
Date: Sat, 10 Oct 2009 23:18:47 +0800
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Here is an example:


n=6
d=[1 2 6]
sys=tf(n,d);
sysout(sys)
bode(sys)

The same goes on ...:
octave:1> n=6
n =  6
octave:2> d=[1 2 6]
d =

  1   2   6

octave:3> sys=tf(n,d);
error: `tf' undefined near line 3 column 5

(I would really like to understand what is going wrong here, seemingly all the time!)

Uwe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]