필터 지우기
필터 지우기

"Functionality is not implemented for the MDF file" error

조회 수: 2 (최근 30일)
Alexander Cranney
Alexander Cranney 2018년 11월 20일
댓글: dpb 2018년 11월 20일
For 1/5 of the MDF files I am trying to import into MATLAB, the mdf and read functions are working as they should. But for the other 4/5 of the mdf files, I get the following error:
"Functionality is not implemented for the MDF file."
fileName = 'MDFData.mdf';
mdfObj = mdf(fileName);
mdfData = read(mdfObj);
This error is thrown when "read" is called, after "mdf" successfully produces a normal-looking mdfObj.
The 4/5 of files that do not work and the 1/5 of files that do work come from the same device with the same configuration. And I have verified that the 4/5 of files that do not work do have good data (I have converted them to .mat files from within CANape, and opened the resulting .mat files in MATLAB to look at the data directly).
Does anyone know what could be causing this error and how to fix it?
Thanks in advance!
  댓글 수: 1
dpb
dpb 2018년 11월 20일
Don't have the toolbox to look but that message makes one wonder if the implementation in ML TB isn't, perhaps, a release earlier than current Standard and the files were wrltten using a feature therefore not supported in ML.
Unfortunately, the ML documentation gives no helpful information in such regards; doesn't even reference the standard at all that I saw...
Or, it could be a bug. I'd suggest submit the file and support request to TMW official support.

댓글을 달려면 로그인하십시오.

답변 (0개)

태그

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by