dss2ss
Description
eliminates the E matrix in the descriptor state-space model
sys
= dss2ss(dsys
)dsys
of the form
and returns an explicit state-space model sys
of the form
Here, dsys
must be proper and the number of states
xe in sys
is smaller than
number of states x in dsys
when E
is singular (the explicit form removes the algebraic variables). Use findop
to
compute matching initial conditions when the state is reduced.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2024a