Main Content

remove

Remove stack usage profile from aggregate of profiles

Since R2023b

Description

example

myResultsObject.remove(simulationName); removes stack usage metrics associated with simulationName from the aggregate of profiles in myResultsObject.

Examples

collapse all

If you want to remove specific simulation results from a coder.profile.ExecutionStackSet object, use the remove function.

For example:

resultsObject.remove('Run 3')

Input Arguments

collapse all

Name of simulation that produced stack usage profile.

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

Object that contains aggregate of stack usage profiles produced by multiple software-in-the-loop (SIL) or processor-in-the-loop (PIL) simulations of a model.

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

Version History

Introduced in R2023b