Main Content

deleteProfiler

Class: matlabshared.targetsdk.Target
Namespace: matlabshared.targetsdk

Delete profiler from the target

Syntax

deleteProfiler(targetObj,profilerName)

Description

deleteProfiler(targetObj,profilerName) deletes the Profiler object with Name property equal to the profilerName argument from the Target object.

Input Arguments

expand all

Target object that references the Target being developed.

A descriptive name assigned to the Name property of the Profiler object.

Example: 'MyProfiler'

Data Types: char

Version History

Introduced in R2015a