Main Content

addNewDeployer

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

Add new deployer to the target

Syntax

deployerObj = addNewDeployer(targetObj,deployerName)

Description

deployerObj = addNewDeployer(targetObj,deployerName) creates a Deployer object and adds the object to 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 Deployer object.

Example: 'MyDeployer'

Data Types: char

Output Arguments

expand all

Deployer object that references the deployment configuration and tools.

Version History

Introduced in R2015a