Main Content

removeProfiler

Class: soc.sdk.BoardSupport
Namespace: soc.sdk

Remove a profiler from the board support

Since R2019b

Syntax

removeProfiler(boardSupportObj,name)

Description

removeProfiler(boardSupportObj,name) removes the soc.sdk.Profiler object, with Name property equal to the name argument, from the soc.sdk.BoardSupport object.

Input Arguments

expand all

BoardSupport object, specified as an soc.sdk.BoardSupport object, defines a hardware board that you can use with the SoC Blockset™ features.

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

Example: "MyProfiler"

Data Types: string | char

Version History

Introduced in R2019b