Why does j1939Param​eterGroupT​imetable() run out of memory?

2 visualizaciones (últimos 30 días)
Kilian Brack
Kilian Brack el 3 de Feb. de 2025
Editada: Kilian Brack el 4 de Feb. de 2025
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?

Respuestas (0)

Productos


Versión

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by