comparison scripts/control/system/is_detectable.m @ 3502:b5238ac1dca9

[project @ 2000-01-31 07:40:53 by jwe]
author jwe
date Mon, 31 Jan 2000 07:41:01 +0000
parents 7923abdeb4e5
children 22bd65326ec1
comparison
equal deleted inserted replaced
3501:8b21bcbc1080 3502:b5238ac1dca9
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
16 ## along with Octave; see the file COPYING. If not, write to the Free 16 ## along with Octave; see the file COPYING. If not, write to the Free
17 ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. 17 ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {[@var{retval}, @var{U}] =} is_detectable (@var{a}, @var{c}, @var{tol}) 20 ## @deftypefn {Function File} {[@var{retval}, @var{u}] =} is_detectable (@var{a}, @var{c}, @var{tol})
21 ## @deftypefnx {Function File} {[@var{retval}, @var{U}] =} is_detectable (@var{sys}, @var{tol}) 21 ## @deftypefnx {Function File} {[@var{retval}, @var{u}] =} is_detectable (@var{sys}, @var{tol})
22 ## Test for detactability (observability of unstable modes) of 22 ## Test for detactability (observability of unstable modes) of
23 ## (@var{a},@var{c}). 23 ## (@var{a},@var{c}).
24 ## 24 ##
25 ## Returns 1 if the system @var{a} or the pair (@var{a},@var{c})is 25 ## Returns 1 if the system @var{a} or the pair (@var{a},@var{c})is
26 ## detectable, 0 if not. 26 ## detectable, 0 if not.