Why am I unable to import TDMS files using MATLAB Data Acquisition Toolbox R2023a?

조회 수: 9 (최근 30일)
I am attempting to import a TDMS file but following error appears:
>> data = tdmsread('MyFile.tdms')
Channel Group Property name does not exist.
What steps can I take to avoid this error?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2024년 3월 27일
This is a known issue with releases of the Data Acquisition Toolbox prior to R2024a, which may not be able to read some TDMS files generated with third-party tools, such as NI LabView and NI FlexLogger.
As of R2024a, calling "tdmsread" on a file like this should prompt you to use "tdmsconvert" to generate a TDMS v2.0 file that contains the same information.
You should be able to call "tdmsread" (and other functions, such as "tdmsinfo") on the TDMS v2.0 file without encountering an error.
 
Here is the documentation page for "tdmsconvert", which was introduced in the R2024a release of the Data Acquisition Toolbox:

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Communications Toolbox에 대해 자세히 알아보기

제품


릴리스

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by