runExecutable
R2026bLaunch an executable on the NVIDIA target by name
Description
Add-On Required: This feature requires the MATLAB Coder Support Package for NVIDIA Jetson and NVIDIA DRIVE Platforms add-on.
launches the executable specified by procID = runExecutable(hwObj,exe)exe on the NVIDIA® target board desktop. exe must include the complete path to
the executable.
It is recommended to use the runApplication
function to launch an executable on the target. With this function, the software can
automatically determine the location of the executable on the NVIDIA target.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2019a
