MATLAB: SimEvents and Exporting Complete Event Information

SimEvents

I am not yet a SimEvents user but I have a simple question…
If I use SimEvents blocks to generate a stream of events with attributes, can I export the event information to a text file ?

Best Answer

Hi Noel,
Sure, you can. Since its event data, I assume you want to export the information as a timeseries. You can use the simulink 'To File' block to send the generated entities to a mat file.
I have attached a simple model with an 'Entity Generator' that sends the entities with 3 attributes to the 'To File' block, that in turn writes out to a MAT file.
- Krishna
Related Question