Main Content

startApplication

R2026b

Start deployed application on Linux target computer

Since R2022b

Description

startApplication(tg,appName) starts the specified deployed application on the Linux target computer.

example

Examples

collapse all

Start the deployed application myApplication on the Linux target computer.

Get the target computer object.

tg = getTarget(linux.Targets,"LinuxTarget1");

Start the deployed application.

startApplication(tg,"myApplication");

Input Arguments

collapse all

Target computer for the deployed application, specified as a linuxTarget object. The object provides access to methods that manipulate the target computer properties.

Example: tg

Application MLDATX file name that you build from the model, specified as a character vector or string scalar.

Example: 'adaptive_application'

Version History

Introduced in R2022b