Main Content

matlabshared.targetsdk.Loader class

Package:matlabshared.targetsdk
Superclasses:

An object that describes how to load code to hardware

Description

ALoaderobject represents a system command or a MATLAB®function that loads code to the hardware.

Construction

H= Loader(loaderName)creates aLoaderobject,H, and sets theNameproperty toloaderName.

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 includesmatlab: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