Why does j1939ParameterGroupTimetable() run out of memory?
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?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? 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? can, blf file, data conversion MATLAB Answers — New Questions