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

2 views (last 30 days)
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?

Answers (0)

Products


Release

R2024a

Community Treasure Hunt

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

Start Hunting!