-
Notifications
You must be signed in to change notification settings - Fork 10
Matlab SL Code Generators
Background
Simulink Coder
Embedded Coder
Rapid Simulation
The rapid simulation target lets you run a simulation similar to the generic real-time (GRT) target provided by the Real-Time Workshop. This simulation does not use timer interrupts, and therefore is a nonreal-time simulation environment. The difference between GRT and rsim simulations is that rsim allows you to change parameter values or input signals at the start of a simulation without the need to generate code or recompile. The GRT target, on the other hand, is a starting point for targeting a new processor. >>>
S-function Target
Simulation Target (disambiguation: targets)
A simulation target, or SIM target, is a MEX-file that implements a referenced model that executes in accelerator mode. Simulink creates a simulation target only for a referenced model that has one or more accelerator mode instances in a reference hierarchy. A referenced model that executes only in normal mode always executes interpretively and does not use a simulation target. >>>
Commands
Jump to: Home Page
This material is based upon work supported by the National Science Foundation under Grants No. 1117369, 1464311, and 1527398. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.