Mercurial > hg > octave-lyh
comparison scripts/control/system/is_detectable.m @ 7151:aeeb646f6538
[project @ 2007-11-09 19:34:17 by jwe]
author | jwe |
---|---|
date | Fri, 09 Nov 2007 19:35:52 +0000 |
parents | 59dcf01bb3e3 |
children | df9519e9990c |
comparison
equal
deleted
inserted
replaced
7150:68a1b616b7df | 7151:aeeb646f6538 |
---|---|
58 endif | 58 endif |
59 endif | 59 endif |
60 | 60 |
61 if (! exist ("tol")) | 61 if (! exist ("tol")) |
62 tol = 200*eps; | 62 tol = 200*eps; |
63 end | 63 endif |
64 | 64 |
65 retval = is_stabilizable (a', c', tol, dflg); | 65 retval = is_stabilizable (a', c', tol, dflg); |
66 | 66 |
67 endfunction | 67 endfunction |
68 | 68 |