Saving mat file with many signals from Simulink
Mostrar comentarios más antiguos
I have a Simulink model that calculates many time series (position, velocity, power, etc) in different blocks. I would like to create a single mat file containing all of these signals, either from within Simulink or from the Matlab script that I will be using to execute the simulation with the sim commmand. What is the best way to do this?
Respuesta aceptada
Más respuestas (1)
sagar zankar
el 27 de Mzo. de 2018
1 voto
Connect all the signals to a MUX and connect the MUX to ToFile Block, you will get all the signals in a single mat file!
Categorías
Más información sobre Sources en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!