Main Content

getInstalledApplications

Get list of installed real-time application files

Since R2021b

Description

example

app_names = getInstalledApplications(target_object) returns the names of real-time applications installed on the target computer.

Examples

collapse all

Get a list of the installed real-time applications on the target computer.

apps = getInstalledApplications(tg)
apps =

  1×1 cell array

    {'slrt_ex_osc'}

Input Arguments

collapse all

Provides access to methods that manipulate the target computer properties.

Example: tg

Output Arguments

collapse all

Provides names of real-time application MLDATX files that are installed on the target computer.

Version History

Introduced in R2021b

See Also