Mercurial > hg > octave-lyh
diff scripts/control/system/sysscale.m @ 6046:34f96dd5441b
[project @ 2006-10-10 16:10:25 by jwe]
author | jwe |
---|---|
date | Tue, 10 Oct 2006 16:10:31 +0000 |
parents | 370f785718be |
children | 93c65f2a5668 |
line wrap: on
line diff
--- a/scripts/control/system/sysscale.m +++ b/scripts/control/system/sysscale.m @@ -60,7 +60,7 @@ function sys = sysscale (sys, outscale, inscale, outname, inname) if( (nargin < 3) || (nargin > 5) ) - usage("retsys = sysscale(Asys,output_list,input_list{,inname,outname})"); + print_usage (); elseif (!isstruct(sys)) error("sys must be a structured system"); endif