Main Content

startApplication

Launch application

Since R2022b

    Description

    example

    startApplication(tg, appName) starts running the specified application on the target.

    Examples

    collapse all

    Start running the application myApplication.

    tg.startApplication('myApplication');

    Input Arguments

    collapse all

    Object represents a target computer. Use the object to establish the connection with Linux target, to deploy the applications on Linux target, and perform several other actions.

    Example: myTargetHandle

    Specify the application name to start.

    Example: myApplication

    Version History

    Introduced in R2022b