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.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Simulink Coder 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!