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: Martin Helm
Subject: Re: bode not working: sys undefined
Date: Sat, 10 Oct 2009 17:35:39 +0200
User-agent: KMail/1.10.3 (Linux/2.6.27.29-0.1-default; KDE/4.1.3; x86_64; ; )

Am Samstag, 10. Oktober 2009 17:18:47 schrieb Uwe Dippel:
> > 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
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave

For tf you need to load the control package from octave forge

pkg load control

you can check if it is loaded (or installed) with

pkg list

at the octave prompt.

- mh




reply via email to

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