Main Content
target.Command Class
Namespace: target
Description
Use the target.Command
class to capture a system command for execution
on your development computer.
To create a target.Command
object, use the
target.create
function. Create the object and then use separate steps to
specify properties. Or, create the object and specify properties in a single
step.
commandObject = target.create('Command', ... stringPropertyValue, ... argumentsPropertyValue)
Properties
Examples
Version History
Introduced in R2020b