Function Reference    
obsv

Form the observability matrix

Syntax

Description

obsv computes the observability matrix for state-space systems. For an n-by-n matrix A and a p-by-n matrix C, obsv(A,C) returns the observability matrix

with n columns and np rows.

Ob = obsv(sys) calculates the observability matrix of the state-space model sys. This syntax is equivalent to executing

The model is observable if Ob has full rank n.

Example

Determine if the pair

is observable. Type

MATLAB responds with

See Also
obsvf       Compute the observability staircase form


  nyquist obsvf