How to open TDMS file in MATLAB

조회 수: 17 (최근 30일)
Taka
Taka 2016년 4월 8일
답변: Eric Wetjen 2024년 6월 11일
I would like to open TDMS file in MATLAB. I do not have a script. How can I open it?
  댓글 수: 4
Walter Roberson
Walter Roberson 2023년 3월 7일
@Andy Stevenson which release are you using? tdmsread was introduced in R2022a.
Andy Stevenson
Andy Stevenson 2023년 3월 7일
Sorry, I posted this as a stand-alone question in another post. I was in error as I thought I was using 2022b but my eyes were playing tricks on me. I'm still at 2020b.

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

채택된 답변

Eric Wetjen
Eric Wetjen 2024년 6월 11일
In R2022a, TDMS read functionality was added to Data Acquisition Toolbox. See this example.

추가 답변 (2개)

Walter Roberson
Walter Roberson 2016년 4월 9일
  댓글 수: 2
Taka
Taka 2016년 4월 9일
Thank you for your help. I was able to perform TDMS_getStruct without problem, but the TDMS file was not read. I only got the information about the tdms file structure. Is there any suggestions?

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


kamlesh mistry
kamlesh mistry 2018년 11월 8일
편집: Walter Roberson 2018년 11월 9일
Hi
I am trying to collate a number of tdms files into an array.
I can load each files in using the following command. how can I write this into an array?
rTables is to be my array to hold multiple struct data.
for iCount=1:fileCount
rTables = io.tdmsReadCore(cFiles{iCount}, params);
end
Thanks
Kam
  댓글 수: 1
Walter Roberson
Walter Roberson 2018년 11월 9일
I do not seem to find any reference for io.tdmsReadCore so I do not know what data structure it outputs ?

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

카테고리

Help CenterFile Exchange에서 TDMS Format Files에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by