Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Running Simulink in Matlab

1 Ansicht (letzte 30 Tage)
sincplicity
sincplicity am 13 Dez. 2016
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
I have a Simulink model that I would like to vary parameters for and capture the resultant outputs. I know I Can vary parameters by naming a parameter and changing it within a for loop but how do I capture the outputs such as nodes I want to look at later?

Antworten (1)

David Barry
David Barry am 13 Dez. 2016
Bearbeitet: David Barry am 13 Dez. 2016
There are lots of ways to log data in Simulink. You should read the doc to find the best method for you. It's difficult to offer more guidance as you haven't been very specific or shared your model/script.
  1 Kommentar
sincplicity
sincplicity am 14 Dez. 2016
Thank you for the response.
After reviewing the different methods for exporting simulation data, I think my first choice would be to use the Signal Logging technique for the signals and number of samples I would like.
Is there a way to write the logged signals directly to the workspace where I could process them before iterating through the next index of my loop?
As of now, I am only seeing that they are written to a .mat file.

Diese Frage ist geschlossen.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by