process
Syntax
Description
Use process
to analyze a model and compute derived
properties, such as the Hankel singular values or modal components, for the model order
reduction (MOR) task. For the full workflow, see Task-Based Model Order Reduction Workflow.
Using this function is optional in the workflow, and is only necessary when you want to:
Compute or update the derived properties in the specification object
R
to see the values.Avoid recomputing the data multiple times. This is critical for sparse models. For example, if your application calls
view
once andgetrom
twice, then the computation happens three times in the workflow. To avoid this, use theprocess
function.
analyzes the model order reduction specification object Rout
= process(R
)R
and computes
the derived information needed to generate reduced-order models. R
is a
model order reduction task created using reducespec
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2023b