| Description |
Simulink 6 has introduced additional methods for incorporating M-code into Simulink models. Learn about the different methods of using M-code when modeling dynamic systems for simulation and code generation and how to choose the appropriate approach for your application.
The September 2004 MATLAB Digest contains an article called "Incorporating M-code into Simulink models" by Fred Smith and Jason Ghidella
http://www.mathworks.com/company/newsletters/
Instructions:
* Unzip the files into a new directory
* run the m-file "runme.m", this will open up a HTML document describing the different models.
* Step through the different models to compare the implementations.
*If you have the Simulink Accelerator, you can also run profile reports to see the time taken by each block, once the simulation is completed. |
| Other Files |
ml_digest_examples/html/examples_eq240175.png, ml_digest_examples/runme.m, ml_digest_examples/eqn_mlfcn.m, ml_digest_examples/aero_raddat.m, ml_digest_examples/aero_plot_mlfcn.m, ml_digest_examples/eqn_L1_msfcn.m, ml_digest_examples/aero_extkalman_L2_msfcn.m, ml_digest_examples/aero_plot_L2_msfcn.m, ml_digest_examples/aero_extkalman_mlfcn.m, ml_digest_examples/eqn_L2_msfcn.m, ml_digest_examples/low_sim.mdl, ml_digest_examples/eqn_sim_ss.mdl, ml_digest_examples/aero_radar_mlfcn.mdl, ml_digest_examples/eqn_sim_eml.mdl, ml_digest_examples/aero_radar_eml.mdl, ml_digest_examples/examples.m, ml_digest_examples/eqn_sim_L1_msfcn.mdl, ml_digest_examples/eqn_sim_L2_msfcn.mdl, ml_digest_examples/eqn_sim_fcn.mdl, ml_digest_examples/eqn_sim_mlfcn.mdl, ml_digest_examples/aero_radar_L2_msfcn.mdl
|