Main Content

deriveMinMax

Derive range information for model

Description

deriveMinMax(converter) derives the minimum and maximum values for each block in the system specified by the DataTypeWorkflow.Converter object based on design minimum and maximum values.

Input Arguments

collapse all

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

Tips

If any issues come up during the derivation, they can be queried using the proposalIssues object function.

Alternatives

The deriveMinMax object function is equivalent to the Collect Ranges button () with Range Collection Mode set to Derived Ranges in the Fixed-Point Tool. For more information, see Fixed-Point Tool.

Version History

Introduced in R2014b