Main Content

results

Find results for selected system in converter object

Description

results = results(converter,RunName) returns all results in the specified run, for the model specified by the DataTypeWorkflow.Converter object, converter.

results = results(converter,RunName,filterFunc) returns the results in the specified run that match the criteria specified by filterFunc.

Input Arguments

collapse all

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

Name of the run to query, specified as a character vector.

Data Types: char

Function to use to filter results, specified as a function handle with a DataTypeWorkflow.Result object as its input.

Data Types: function_handle

Output Arguments

collapse all

Filtered results, returned as an array of DataTypeWorkflow.Result objects.

Alternatives

The results object function offers a command-line approach to using the Fixed-Point Tool. For more information, see Fixed-Point Tool.

Version History

Introduced in R2014b