Output from simulink to matlab file append each run

3 visualizaciones (últimos 30 días)
Aly Elhefny
Aly Elhefny el 19 de Jun. de 2020
Respondida: Chaitanya Mallela el 21 de Oct. de 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 !

Respuestas (1)

Chaitanya Mallela
Chaitanya Mallela el 21 de Oct. de 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.

Categorías

Más información sobre Simulink Environment Customization en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by