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 - Rto see the values.
- Avoid recomputing the data multiple times. This is critical for sparse models. For example, if your application calls - viewonce and- getromtwice, then the computation happens three times in the workflow. To avoid this, use the- processfunction.
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
