dss2ss
R2026bDescription
eliminates the E matrix in the descriptor state-space model (or model
array) sys = dss2ss(dsys)dsys of the form
and returns an explicit state-space model (or model array) 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.
takes an array of descriptor state-space models sys = dss2ss(dsys,"consistent")dsys and eliminates
E while preserving state consistency, that is, all models in
sys share the same state vector x. This requires
all E matrices to be invertible. The "consistent"
argument has no effect if dsys is a single model instead of a model
array.
[
takes a single descriptor state-space models sys,info] = dss2ss(dsys,info)dsys and an
info matrix or structure containing projection and initial condition
information to propagate through the transformation. It also returns the updated
info structure as second output. For more information on projector
matrices, see Spectral Projector Matrices.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2024a

