full
Convert sparse models to dense storage
Syntax
Description
converts
the fsys = full(sys)sparss and
mechss model
sys to dense state-space representation ss. For mechss models, the conversion to dense
representation is equivalent to full(sparss(sys)). For other model types,
full leaves sys unchanged.
Use the full command
to convert small scale sparse models to dense storage to perform operations like pole/zero
extraction, model order reduction, and controller design and tuning. Converting to dense
storage is not recommended for large scale sparse models as it may saturate available memory
and cause severe performance degradation.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2020b