target.Command class

Package: target

Capture system command for execution on MATLAB computer

Description

Use the target.Command class to capture a system command for execution on your development computer.

Properties

expand all

Name of the application or script to call.

Attributes:

GetAccess
public
SetAccess
public

String array or cell array of character vectors where each element represents a separate argument to the application or script defined in the String property.

Attributes:

GetAccess
public
SetAccess
public
Introduced in R2020b