isobsv
Function File: [bool, nobs] = isobsv (sys)
Function File: [bool, nobs] = isobsv (sys, tol)
Function File: [bool, nobs] = isobsv (a, c)
Function File: [bool, nobs] = isobsv (a, c, e)
Function File: [bool, nobs] = isobsv (a, c, [], tol)
Function File: [bool, nobs] = isobsv (a, c, e, tol)
Logical check for system observability.
For numerical reasons, isobsv (sys)
should be used instead of rank (obsv (sys)).
Inputs
[] or not specified, an identity matrix is assumed.Outputs
Algorithm
Uses SLICOT AB01OD and TG01HD,
Copyright (c) 1996-2025, SLICOT, available under the BSD 3-Clause
(License and Disclaimer).
See also: isctrb
Source Code: isobsv