Main Content

matlabshared.targetsdk.Loader Class

Namespace: matlabshared.targetsdk
Superclasses:

An object that describes how to load code to hardware

Description

A Loader object represents a system command or a MATLAB® function that loads code to the hardware.

Construction

H = Loader(loaderName) creates a Loader object, H, and sets the Name property to loaderName.

Input Arguments

expand all

Name of the loader configuration, specified as a string.

Data Types: char

Properties

expand all

The command that loads generated code to hardware, specified as a string. The default is ''.

The load command can be a system command or a MATLAB function. If it is a MATLAB function, the string includes matlab: as a prefix.

Data Types: char

The arguments for the load command, specified as a string. The default is ''.

Data Types: char

The name of the loader, specified as a string. The default is ''.

Data Types: char

Version History

Introduced in R2015a