Mercurial > hg > octave-nkf
diff scripts/control/dre.m @ 3385:10f21f7ccc7f
[project @ 1999-12-15 22:28:26 by jwe]
author | jwe |
---|---|
date | Wed, 15 Dec 1999 22:28:52 +0000 |
parents | 69b167451491 |
children | 1a8e2c0d627a |
line wrap: on
line diff
--- a/scripts/control/dre.m +++ b/scripts/control/dre.m @@ -40,7 +40,7 @@ ## tvals is selected so that || nth(Plist,ii) - nth(Plist,ii-1) || < Ptol ## for ii=2:length(tvals) -function [tvals,Plist] = dre(sys,Q,R,Qf,t0,tf,Ptol,maxits) +function [tvals, Plist] = dre (sys, Q, R, Qf, t0, tf, Ptol, maxits) if(nargin < 6 | nargin > 8 | nargout != 2) usage("[tvals,Plist] = dre(sys,Q,R,Qf,t0,tf{,Ptol})");