remove - Remove execution-time profile from aggregate of profiles - MATLAB (original) (raw)
Main Content
Remove execution-time profile from aggregate of profiles
Since R2023b
Syntax
Description
[myResultsObject](#mw%5Fcfc68a9f-0081-4997-b050-d68f8cf8ee53).remove([simulationName](#mw%5F2466dc3b-9bba-47f5-b77b-f55742fb78df));
removes execution-time metrics associated with simulationName
from the aggregate of profiles in myResultsObject
.
Examples
Input Arguments
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