Main Content
loadExecutable
Description
loads the specified executable name into the real-time kernel. Typically, an executable is
created by loading the compiled model. It is unusual to load directly by calling
executableObj
= loadExecutable(RT.Kernel
,modelName
)RT.Executable
or loadExecutable
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2023b
See Also
SLDRT.run
| SLDRT.RunStatus
| stop
| wait
| RT.Kernel
| createTimer
| RT.Timer
| RT.Executable
| loadDriver
| RT.Driver
| RT.DriverImage