Skip to content

Simulink compile options and Exporting Simulation Data

Shafiul Azam edited this page Mar 14, 2016 · 4 revisions

Compiling Models

  • There are three modes in Simulink for running a simulation. Two of these offers code generation and compiling: link
  • For these two modes, we can set compiler optimization off and on: link

Exporting Simulation Data

  • Overview and ways to export simulation data: link

Signal Logging

We can log output of every block (a.k.a. "signals" in Simulink).

  • Overview of Signal Logging, How to set up and limitations: link

Simulink Data Inspector

This is a GUI tool (also has a programmatic interface) to compare signals and simulations.

  • Overview: link
  • Inspect and compare signals programmatically: link

Comparison Related

  • How can I compare numbers for equality within a tolerance in MATLAB link