Output from simulink to matlab file append each run

3 vues (au cours des 30 derniers jours)
Aly Elhefny
Aly Elhefny le 19 Juin 2020
Hello everyone,
Please I need to the output from my (to file) simulink block to be append to the .mat file. So for example the first time simulation runs and finishes the output is saved to the first row and then the second time the simulation runs and finishes output should be saved to second row and so on.
Thanks !

Réponses (1)

Chaitanya Mallela
Chaitanya Mallela le 21 Oct 2020
To file block overwrites the variable every time when simulated. To append the data row wise after every simulation either you can log the data and introduce a short script to append in a single .mat file or create an output port instead of To file block and append the data using callback functions.

Catégories

En savoir plus sur Simulink Environment Customization dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by