Refactor Models
Use the Model Transformer and the Clone Detector apps to refactor a model to improve model componentization, readability and reusability.
Use the Model Transformer to:
Identify modeling patterns that qualify for transformation into Variant Source or Variant Subsystem blocks. Using Variant Subsystem and Variant Source blocks helps in the reusability of a model for different conditional expressions called variant choices. The active model is a combination of a fixed structure and variable components that you activate depending on the variant choice that you select.
Identify data store blocks that qualify for elimination. Eliminating data store blocks improves model readability by making data dependencies explicit.
Identify n-D Lookup Table blocks that qualify for transformation into shared Prelookup blocks and multiple Interpolation blocks. This transformation improves the simulation efficiency.
Identify multiple Interpolation Using Prelookup blocks that qualify for transformation into a single Interpolation Using Prelookup block in a modeling pattern. This transformation improves the generated code efficiency.
Identify Bus Creator and Bus Selector blocks that qualify for transformation into In Bus Element and Out Bus Element blocks. This transformation simplifies bus handling, reduces the number of blocks in the model, and improves readability.
Use the Clone Detector to:
Identify clones and create a model with the clones replaced by links to subsystem blocks in a library. Replacing clones with links to library blocks enables component reuse and ensures consistency across models.
Identify and replace clones in a model with the subsystem references.
Functions
Classes
Topics
Model Transformer
- Transform Model to Variant System
Use the Model Transformer tool to transform a model into a variant system. - Improve Model Readability by Eliminating Local Data Store Blocks
Use the Model Transformer tool to make data dependency explicit in a model by replacing data store blocks with either a direct signal line, a Delay block or a Merge block. - Improve Efficiency of Simulation by Optimizing Prelookup Operation of Lookup Table Blocks
Use the Model Transformer tool to convert multiple n-D Lookup Table blocks into shared Prelookup blocks and multiple Interpolation blocks. - Improve Code Efficiency by Merging Multiple Interpolation Using Prelookup Blocks
Use the Model Transformer tool to transform a modeling pattern with multiple Interpolation Using Prelookup blocks into a single Interpolation Using Prelookup block.
Clone Detector
- Enable Component Reuse by Using Clone Detection
Use the Clone Detector app to replace subsystem clones. - Identify and Replace Clones using Model Libraries
Use the Clone Detector app to replace clones with library blocks. - Replace Exact Clones with Subsystem Reference
Use the Clone Detector app to replace exact clones with subsystem reference blocks. - Detect and Replace Subsystem Clones Programmatically
Use the Clone Detection APIs to identify and replace subsystem clones in a model. - Find Clones Across the Model
Use the Clone Detector to identify and replace clones across the model. - Exclude Components from Clone Detection
Exclude components such as subsystems or referenced models from clone detection analysis.

