The Command-Line Interface for the Fixed-Point Tool
The methods of the DataTypeWorkflow.Converter
class
allow you to collect simulation and derived range data, propose and apply data types to
the model, and analyze results. The class performs the same fixed-point conversion tasks
as the Fixed-Point Tool. The following table
summarizes the steps in the workflow and lists the appropriate classes and methods to
use at each step.
Step in Workflow | Primary Objects and Object Functions for Step in Workflow |
---|---|
Set up model | |
Prepare the model for fixed-point conversion | |
Gather range information | |
Replace unsupported functions in MATLAB Function blocks | |
Propose data types | |
Apply proposed data types and function replacements | |
Verify new fixed-point settings and analyze results |
Note
You should not use the Fixed-Point Tool and the command-line interface in the same conversion session.
To decide which workflow is right for you, consult the following table:
Capability | Fixed-Point Tool | Command-Line Interface |
---|---|---|
Populate runs to dataset | Supported | Supported |
Delete result from dataset | Supported | Supported |
Replace unsupported functions | Not supported | In R2025a: Supported |
Edit proposed data types | Supported | Not supported |
Selectively apply data type proposals | Supported | Not supported |
Run multiple simulations | Supported | Supported |
Script workflow | Not supported | Supported |
See Also
Fixed-Point Tool | DataTypeWorkflow.Converter