Azzera filtri
Azzera filtri

How to Retreive All Time Data

2 visualizzazioni (ultimi 30 giorni)
Dieter
Dieter il 24 Apr 2024
Commentato: Mathieu NOE il 30 Apr 2024
When I run my simulink model, I generate a table in the workspace in a script that is run after simulation. This script gets the time from the output of the simulation as Time=out.tout. I can also get the data by exporting it from the simulation data inspector. When I use the simulation data inspector I get more time points that I do when I use the out.tout data method.
I would like to get the data in the simulation output to use when I generate the table in the workspace as it has more data of interest on and around some step changes in the simulation. How do I get non-truncated data without saving from the simulation data inspector? I would like to automate this and get it in workspace as the simulation will run many times and I use the workspace table to generate charts for each trial run.
  2 Commenti
Mathieu NOE
Mathieu NOE il 26 Apr 2024
hello
when you say "out.tout data method" you mean you have a "To Workspace" block (or something equivalent)
double check in the options window that you are not limited to a certain amount of samples , other wise you may retrieve only the last N samples (if the limit is set to N)
Mathieu NOE
Mathieu NOE il 30 Apr 2024
hello again
probelm solved ?

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Simulink in Help Center e File Exchange

Prodotti


Release

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by