Main Content

deletePIL

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

Delete PIL configuration from the target

Syntax

deletePIL(targetObj,pilName)

Description

deletePIL(targetObj,pilName) deletes the PIL object with Name property equal to the pilName argument from the Target object.

Input Arguments

expand all

Target object that references the Target being developed.

Descriptive name assigned to the Name property of a PIL object contained in the Target object.

Example: 'MyPILImplementation'

Data Types: char

Version History

Introduced in R2015a