Mercurial > hg > octave-lyh
diff scripts/control/system/syscont.m @ 6046:34f96dd5441b
[project @ 2006-10-10 16:10:25 by jwe]
author | jwe |
---|---|
date | Tue, 10 Oct 2006 16:10:31 +0000 |
parents | e9cde940b271 |
children | 8b0cfeb06365 |
line wrap: on
line diff
--- a/scripts/control/system/syscont.m +++ b/scripts/control/system/syscont.m @@ -46,7 +46,7 @@ function [csys, Acd, Ccd] = syscont (sys) if (nargin != 1) - usage("[csys,Acd,Ccd,Dcd] = syscont(sys)"); + print_usage (); elseif (!isstruct(sys)) error("sys must be in system data structure form"); endif