Main Content
getApplicationFile
Description
returns the MATLAB® development computer full path, file name, and extension of the MLDATX file
for the real-time application that is installed on the Speedgoat® target computer identified by the filename
= getApplicationFile(target_object
,app_name
)target_object
.
If the MLDATX file for app_name
is not found on the MATLAB path of
the development computer, it is copied from the target computer to a temporary folder on the
development computer.
If the MLDATX file for the real-time application is not installed on the target
computer, the returned filename
is empty.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2021b