Main Content

addNewLoader

Class: matlabshared.targetsdk.Deployer
Namespace: matlabshared.targetsdk

Add new loader to target

Syntax

loaderObj = addNewLoader(deployerObj,loaderName)

Description

loaderObj = addNewLoader(deployerObj,loaderName) creates a new Loader object and adds the Loader object to the Deployer object.

Input Arguments

expand all

The Deployer object representing the deployment configuration in the Target under development.

Name of the new Loader object.

Data Types: char

Output Arguments

expand all

Loader object representing the loader configuration for the Deployer.

Version History

Introduced in R2015a