Main Content

removeApplication

Removes Simulink Real-Time application from target computer

Since R2022a

Description

example

removeApplication(target_object,app_name) removes the selected real-time application and associated files from the target computer. If the real-time application was configured as the startup application, the function clears the startup application selection on the target computer. To be removed, the real-time application cannot be loaded or running.

Examples

collapse all

The removeApplication function removes an installed application from the target computer.

removeApplication(tg,'slrt_ex_osc')

Input Arguments

collapse all

Provides access to methods that manipulate the target computer properties.

Example: tg

Provides name of real-time application MLDATX file that you built from the model.

Example: 'slrt_ex_osc'

Version History

Introduced in R2022a