help-octave
[Top][All Lists]
Advanced

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

Re: Control 2.0.0


From: Lukas Reichlin
Subject: Re: Control 2.0.0
Date: Tue, 22 Feb 2011 13:22:26 +0100

On 22.02.2011, at 06:43, Thomas D. Dean wrote:

> I am (not expertly) using the pre-2.0.0 control toolbox.  I zapped it
> and don't remember the version.

Last version was control-1.0.11

> Many of the functions I used in scripts are missing.
>  sys2zp, sysout, sys22tf, etc.

Yes, I dropped some control-1.0.11-specific commands intentionally. Instead of 
sysout(sys, ...) you can simply type sys to display the system. See my post 
from 2011-02-08 at the octave-dev list for some additional information.

> I am guessing that tfsys=tf(num,den) followed by sssys=ss(tfsys) is the
> replacement???

[a, b, c, d] = ssdata (tf (num, den))

> Does detailed documentation exist?

Documentation exists at
http://octave.sourceforge.net/control/overview.html
but it could be more detailed.

> tomdean

Lukas



reply via email to

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