Video length is 3:31

Loading and Logging Data in Simulink

Loading and logging signal data in Simulink is critical for understanding the behavior of your system and making informed decisions about its design. Learn how you can load signal data by using:

  • Workspace variables for passing temporary data between MATLAB and Simulink
  • Playback block for loading large data sets from files or the Simulation Data Inspector
  • Signal Editor for interactively editing signal data

And log your signals using:

  • Scope block for quick visualization and export of small signal sets
  • Record block for logging data to the workspace, to a file, or both
  • Simulation Data Inspector for visualizing and comparing signal data from multiple simulation runs

Published: 23 Nov 2023