Introduction - If you have any usage issues, please Google them yourself
		 
Reads TDMS files into Matlab. See TDMS_exampleFunctionCalls.m to get started.
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 
 - Since streaming files can get large (many GB), allows only retrieving subsets of data via keep or ignore flags
Doesn t yet support: 
 - big endian files
Doesn t support: 
 - files with DAQmx data 
 - files with unsupported Matlab data types (extended float, etc)
I haven t written very many wrappers to change the output data into more traditional formats. I d appreciate any submissions of wrappers that people make (like my TDMS_dataToGroupChanStruct_v1 & v2). Thanks!
If the function doesn t work for you please let me know.