Main Content

remove

Remove execution-time profile from aggregate of profiles

Since R2023b

Description

example

myResultsObject.remove(simulationName); removes execution-time metrics associated with simulationName from the aggregate of profiles in myResultsObject.

Examples

Remove Profile From Aggregate

For an example that uses the function, see Aggregate Execution-Time Profiles and Identify Worst-Case Task Execution.

Input Arguments

collapse all

Name of simulation that produced execution-time profile.

Example: resultsObject.remove('Run 3');

Object that contains aggregate of execution-time profiles produced by multiple software-in-the-loop (SIL), processor-in-the-loop (PIL), or external mode simulations of a model.

Example: resultsObject.remove('Run 3');

Version History

Introduced in R2023b