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 Center および File ExchangeCommunications Toolbox についてさらに検索

製品


リリース

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by