createTarget
Create an object for the target being developed
Syntax
Description
returns H
= createTarget(targetName
,referenceTarget
,targetFolder
)matlabshared.targetsdk.Target
(Target) object, H
, with the Name
property
set to targetName
, the ReferenceTarget
property set to referenceTarget
, the
Folder
property set to targetFolder
.
The function also creates a set of folders and files, also known as
“framework”, in targetFolder
that implements the
target.
returns a H
= createTarget(targetName
,referenceTarget
,targetFolder
,'initialize')Target
object,
H
, with the Name
property set to
targetName
, the ReferenceTarget
property set to referenceTarget
, the
Folder
property set to targetFolder
.
The Target
object is initialized based
on the reference Target
object. The function also
creates a set of folders and files, also known as “framework”, in
targetFolder
that implements the target.
returns a H
= createTarget(targetName
,targetFolder
)Target
object,
H
, with the Name
property set to
targetName
and the Folder
property set
to targetFolder
.
A Target
object represents a target,
which deploys MATLAB® and Simulink® designs to hardware. A target provides features for the hardware that
it supports, such as processor-specific optimizations and board-level I/O device
drivers.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2015a