From bug-octave-request at bevo dot che dot wisc dot edu Wed Apr 18 21:26:02 2001 Subject: typo in is_stabilizable.m From: "John W. Eaton" To: a dot s dot hodel at Eng dot Auburn dot EDU Cc: bug-octave at bevo dot che dot wisc dot edu Date: Wed, 18 Apr 2001 21:25:12 -0500 On 10-Jan-2001, a dot s dot hodel at Eng dot Auburn dot EDU wrote: | Bug report for Octave 2.1.32 configured for %OCTAVE_CANONICAL_HOST_TYPE% | | Description: | ----------- | | There is a typograpical error in is_stabilizable.m (cvs archive) | | Fix: | --- | | [scotte at hodel hw]$ diff -r -c | /usr/local/share/octave/2.1.32/m/control/system/is_stabilizable.m | is_stabilizable.m | *** /usr/local/share/octave/2.1.32/m/control/system/is_stabilizable.m Sat Jan | 6 14:15:41 2001 | --- is_stabilizable.m Wed Jan 10 13:06:15 2001 | *************** | *** 55,61 **** | elseif(nargin > 2) | usage(\"[retval,U] = is_stabilizable(sys{,tol})\"); | endif | ! [a,b] = sys2ss(sys); | else | ## a,b arguments sent directly. | if(nargin > 3) | --- 55,61 ---- | elseif(nargin > 2) | usage(\"[retval,U] = is_stabilizable(sys{,tol})\"); | endif | ! [a,b] = sys2ss(a); | else | ## a,b arguments sent directly. | if(nargin > 3) Sorry for the long delay. I've made this change now. Thanks, jwe ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------