Main Content

removeAllApplications

Removes all Simulink Real-Time applications from target computer

Since R2022b

Description

example

removeAllApplications(target_object) removes all the real-time applications and associated files from the target computer. If one of the real-time applications was configured as the startup application, the function clears the startup application selection on the target computer. To be removed, a real-time application cannot be loaded or running.

Examples

collapse all

The removeAllApplications function removes all installed applications from the target computer.

removeAllApplications(tg)

Input Arguments

collapse all

Provides access to methods that manipulate the target computer properties.

Example: tg

Version History

Introduced in R2022b