| Re: Simulink Simulation |
  |
|
| Author |
Message |
| duncan | | Date: 02-Dec-03 4:38:54 PM |
| | The Simulink Accelerator in Simulink Performance Tools speeds up the execution of Simulink models. It works by creating and compiling C codes that take the place of the interpretive code that Simulink uses when it is in 'Normal' mode (that is, when Simulink is not in 'Accelerator' mode). The Accelerator generates the C codes from your Simulink model, and MATLAB's mex function invokes your compiler and dynamically links the generated code to Simulink.
| | | | |
|