Output from simulink to matlab file append each run

3 views (last 30 days)
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 !

Answers (1)

Chaitanya Mallela
Chaitanya Mallela on 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.

Categories

Find more on Simulink Environment Customization in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!