On 05.07.2011, at 00:04, Juan Pablo Carbajal wrote: > Hi all, > > I was searching the control package for the functions ss2tf, abcddim. > If I am not worng they were there some time ago, weren't they? At > least google seems to support this. > Where can I find them now? > I have installed the control package 2.0.2 > > Thank you very much > > -- > M. Sc. Juan Pablo Carbajal > ----- > PhD Student > University of Zürich > www.ailab.ch/carbajal
Hi Juan These two function are part of control-1.0.11, now labeled as control-legacy [1]. The control package version 2 is now based on SLICOT routines and supports overloaded operators (L = P * C, ...). The new control package is more Matlab-compatible, but m-files using functions specific to control-legacy need to be adapted to the newer control-2.x.y package: Replacement for ss2tf: sys_tf = tf (sys_ss) Replacement for abcddim: [p, m] = size (sys) Regards, Lukas [1] http://octave.svn.sourceforge.net/viewvc/octave/trunk/octave-forge/extra/control-legacy/ ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
