How to open TDMS file in MATLAB
54 次查看(过去 30 天)
显示 更早的评论
I would like to open TDMS file in MATLAB. I do not have a script. How can I open it?
4 个评论
Walter Roberson
2023-3-7
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.
采纳的回答
更多回答(2 个)
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
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 Center 和 File Exchange 中查找有关 Data Import and Analysis 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!