Stream large .mat files to Simulink model
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Dear community,
I have a huge data dump of many .mat files which are measurements from a vehicle bus. Each file contains many variables representing various bus signals as double vectors. Loading the .mat files into memory is not an option because they are huge and would result in a Out_of_Memory error.
Is there a possibility to stream certain signals from these files which are used as inports in a Simulink model? I went through the documentation and found some solutions for simulating with big data but nothing seems to work for my application.
Thank you
Risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!