Hauptinhalt

target.ExecutionTool Class

Namespace: target

MATLAB service interface for tool that manages application execution on target hardware

Description

Use the target.ExecutionTool class to provide a MATLAB® service interface for a tool that manages the application execution on the target hardware.

Properties

expand all

Name of application to run on target hardware, which is set by MATLAB at runtime.

Attributes:

GetAccess
public
SetAccess
public

Command-line arguments for the target application, which is set by MATLAB at runtime.

Attributes:

GetAccess
public
SetAccess
public

Provide connection details.

Attributes:

GetAccess
public
SetAccess
public

Methods

expand all

Examples

collapse all

For examples that use the target.ExecutionTool class to manage application execution on the target hardware, see:

.

Version History

Introduced in R2021a