Error using the tdmsinfo() function
이전 댓글 표시
In my project I need to open and process TDMS files (from LabView) with Matlab (R2022a). Therefore I want to use the new functions from the Data Acquisition Tool Box. But at the very start I get error messages which I do not understand. The code is very short and looks like this:
clc
clear all
fileName = "OR_measurement_1.tdms";
info = tdmsinfo(fileName);
When I try to run the code I get this error message:
Error using TDMS_to_Mat
Channel Group Property name does not exist.
This also happens when I use 'tdmsread(fileName)'.
I just want to access the data and process it.
How can I solve this problem?
댓글 수: 2
Stephen Price
2022년 4월 29일
Hi Gregor, I am experiencing the same issue for TDMS files output by LabView 2017, but it runs fine for files from LabView 2019 for me. Out of curiousity, what version of LabView are you using?
Gregor Schlaucher
2022년 5월 2일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 TDMS Format Files에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!