isctrb
Function File: [bool, ncon] = isctrb (sys)
Function File: [bool, ncon] = isctrb (sys, tol)
Function File: [bool, ncon] = isctrb (a, b)
Function File: [bool, ncon] = isctrb (a, b, e)
Function File: [bool, ncon] = isctrb (a, b, [], tol)
Function File: [bool, ncon] = isctrb (a, b, e, tol)
Logical check for system controllability.
For numerical reasons, isctrb (sys)
should be used instead of rank (ctrb (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: isobsv
Source Code: isctrb