Main Content

deleteDeployer

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

Delete deployer from the target

Syntax

deleteDeployer(targetObj,deployerName)

Description

deleteDeployer(targetObj,deployerName) deletes the Deployer object with Name property equal to the deployerName 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 Deployer object contained in the Target object.

Example: 'MyDeployer'

Data Types: char

Version History

Introduced in R2015a