MATLAB: About reading MDF files

mdfmdfimport

I would like to use MATLAB to read commonly used MDF files for automobiles.
Currently, MDF 3.0 can be read by mdfimport.m, but MDF files of MDF 3.0 or later can not be read.
Can't read MDF files without using vehicle network toolbox?

Best Answer

https://pypi.org/project/mdfreader/ is a python project that can read MDF 4 files. It can be invoked from MATLAB.