image thumbnail

TDMS Reader

version 2.6 (46.7 KB) by Jim Hokanson
Read TDMS files v1 & v2 without DLL

33.4K Downloads

Updated11 Nov 2020

View License

Reads TDMS files into Matlab.

Simplest usage is:
data = TDMS_getStruct(filename.tdms);

Advantages:
- supports reading v2 files
- doesn't require the NI DLL, thus it doesn't require 32bit windows
- supports interleaved data
- allows only reading names & properties to get a quick feel for what is in the file
- allows reading specific subsets of the data for limited memory usage

For subset retrieval examples see:
https://gist.github.com/JimHokanson/dfecf21bde0bb7f2484adaf3c646b91a

Cite As

Jim Hokanson (2022).TDMS Reader(//www.tatmou.com/matlabcentral/fileexchange/30023-tdms-reader), MATLAB Central File Exchange. Retrieved.

MATLAB Release Compatibility
Created with R2010a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!