On 02/11/2009, Lukas Reichlin <[email protected]> wrote: [...] >>> Stable poles have real parts < 0 (continuous) or are within the unit >>> circle (discrete). When you set tol greater than zero, barely stable >>> poles (possibly due to numerical "noise") are regarded as unstable as >>> well. [...] > Well, as long as an extension doesn't break compatibility with Matlab- > specific code, I don't see a problem.
Ok. > FYI: I added a tolerance for margin (not ported yet) as well, which > isn't available for Matlab, and I extended feedback to allow things > like sys = feedback (sys) or sys = feedback (sys, "+") (Matlab > requires feedback (sys, eye(size(sys))) and feedback (sys, eye(size > (sys)), +1) for closing a loop). Both extensions don't prevent pure > Matlab-code from running. IMHO such extensions are common practice in > Octave development, e. g. the string delimiters "string" instead of > 'string' to name a prominent one. I added (svn r6428) a doc file to keep track of this kind of features (octave-forge specific). I think it is a good idea to keep it, but feel free to delete/rename it. Cheers, Luca Favatella ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
