Hauptinhalt

extractExecutable

Extract executable file from real-time application file

Since R2025a

Description

extractExecutable(app_object) retrieves executable file from a real-time application file and save the file in the working folder.

example

Examples

collapse all

Retrieve the executable file from real-time application.

% build mymodel
slbuild('mymodel');

% extract executable file from mymodel application file
extractExecutable(app_obj)

Input Arguments

collapse all

Provides access to methods that manipulate the real-time application files.

Version History

Introduced in R2025a