Can signal data logging be used with Simulink Coder?

I'm working in Matlab 2013b. I have a fairly large model that uses buses between all of the major blocks. There are too many individual signals (on the order of hundreds) to save them individually and re-organize them efficiently after the simulation. I'm trying to find a means to directly store the bus signal data from a simulation. I was using the "To File" blocks in "Timeseries" mode for regular simulations, but that is not supported by Simulink Coder. Now, I'm looking into data logging.
I was able to successfully build and run my model. However, I can't find the Simulink.SimulationData.Dataset object that is created during a normal simulation. If signal logging can't be used with Simulink Coder, what is the recommended approach for saving bus signals with Simulink Coder?
Thanks.

Answers (0)

Categories

Find more on Prepare Model Inputs and Outputs in Help Center and File Exchange

Asked:

on 3 Apr 2014

Community Treasure Hunt

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

Start Hunting!