On 06.09.2011, at 14:58, Jordi Burguet Castell wrote:

> Hi,
> 
> There are a few differences from matlab in the behavior of the control
> package, that bite me when running some codes. I don't know if they
> exist by design or it would be nice to make them disappear. For
> example,
> * There is no "zpf" function. Instead, there is "zp", which appears to
> do the same
> * Instead of connecting systems with "*" and "+", there are the
> "sysmult" and "sysadd" functions
> * ss(sys) complains about getting a structure, instead of just
> returning the same system
> 
> Can they be added? I would be happy to contribute patches for that
> sort of things, so matlab code could be run without change, if that's
> fine.
> 
> Thanks,
> Jordi

Hi Jordi

Apparently you are using control-1.0.11. There is a new control-2.1.54 package 
available [1] which solves all your issues except for the "zpk" one.

Cheers,
Lukas


[1]
http://octave.sourceforge.net/control/index.html
or
pkg install -forge control
(Octave 3.4.x only)
------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to