From bug-octave-request at bevo dot che dot wisc dot edu Wed Jan 10 13:12:25 2001 Subject: typo in is_stabilizable.m From: a dot s dot hodel at eng dot auburn dot edu To: bug-octave at bevo dot che dot wisc dot edu Cc: a dot s dot hodel at eng dot auburn dot edu Date: Wed, 10 Jan 2001 13:12:44 -0600 (CST) 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) ------------------------------------------------------------- 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 -------------------------------------------------------------