Main Content

wrapOverflows

Get results where wrapping occurred

Description

results = wrapOverflows(converter,RunName) returns all results in RunName, for the system specified by the DataTypeWorkflow.Converter object, converter, that wrapped during simulation.

Input Arguments

collapse all

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

Name of run in which to look for wrap overflows, specified as a character vector.

Example: results = wrapOverflows(converter,'Run3')

Data Types: char

Output Arguments

collapse all

Signals that wrapped during the specified run, returned as a DataTypeWorkflow.Result object.

Version History

Introduced in R2014b