DataTypeWorkflow.findDecoupledSubsystems
Get a list of subsystems to replace with an approximation
Description
returns
a table containing all of the subsystems in the system specified by
systemsToApproximate
= DataTypeWorkflow.findDecoupledSubsystems(system
)system
created by the Fixed-Point Tool during the preparation stage of
conversion.
When converting a model to fixed point using the Fixed-Point Tool, when you click Prepare, the tool finds any blocks that are not supported for conversion. When the tool finds these blocks, it isolates the block by placing it in a subsystem surrounded by Data Type Conversion blocks. After converting the rest of the system to fixed point, use this function to get a list of all the subsystems you must replace. You can use the Lookup Table Optimizer to generate a lookup table approximation of the subsystems containing the unsupported blocks.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2019a