Why does j1939ParameterGroupTimetable() run out of memory?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
I try to convert a large blf file into a .mat file. With small blf files it works fine, but with large files the function j1939ParameterGroupTimetable() runs "Out of memory". See my code below:
blf_data = blfread(blf_file_path, can_channel);
dbc_file = canDatabase(dbc_path);
j1939PGTimetable = j1939ParameterGroupTimetable(blf_data, dbc_file);
I tried to fix this with tall(), but j1939ParameterGroupTimetable() "does not support tall arrays."
How can I solve this?
0 comentarios
Respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!