Main Content
runExecutable
Launch an executable on the NVIDIA target by name
Add-On Required: This feature requires the MATLAB Coder Support Package for NVIDIA Jetson and NVIDIA DRIVE Platforms add-on.
Description
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
See Also
Functions
jetson
|drive
|snapshot
|imageDisplay
|system
|openShell
|killApplication
|killProcess
|runApplication
Objects
Topics
- Sobel Edge Detection on NVIDIA Jetson Nano Using Raspberry Pi Camera Module V2
- Getting Started with the MATLAB Coder Support Package for NVIDIA Jetson and NVIDIA DRIVE Platforms
- Deploy and Run Sobel Edge Detection with I/O on NVIDIA Jetson Nano
- Build and Run an Executable on NVIDIA Hardware
- Stop or Restart an Executable Running on NVIDIA Hardware
- Run Linux Commands on NVIDIA Hardware