how to extract TDMS file in matlab ?

2 次查看(过去 30 天)
pavan kumar
pavan kumar 2019-12-17
回答: AR 2025-6-18
i have TDMS file, how to open it in matlab

回答(1 个)

AR
AR 2025-6-18
As of my knowledge, MATLAB R2022a and later versions include a function “tdmsread” that retrieves data from the specified TDMS file and results in a cell array of tables. Each of these tables corresponds to a channel group.
The syntax for the same is as follows:
data = tdmsread(tdmsfile)
Name-value pairs can be used to filter the data being read and to specify the output format.
data = tdmsread(tdmsfile,Name=Value)
For more information, refer to the documentation below:

类别

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