Main Content

applyDataTypes

Apply proposed data types to model

Description

applyDataTypes(converter,RunName) applies the proposed data types for the specified run, RunName, to the system specified by the converter object.

Input Arguments

collapse all

Converter object for the system under design, specified as a DataTypeWorkflow.Converter object.

Name of run to apply data types to, specified as a character vector.

Example: applyDataTypes(converter,'Run1')

Data Types: char

Alternatives

The applyDataTypes object function provides functionality similar to the Fixed-Point Tool button Apply Data Types . For more information, see Fixed-Point Tool.

Version History

Introduced in R2014b