I was using DAQmx to acquire 16 channels of sampled data to .tdms format and later on will need to import the data to a Matlab programme. My question is, the Matlab we have is installed in a Unix system. But the tdms to Matlab example given in NI website, as in the link below, has problem when i run it in Unix system.
http://digital.ni.com/public.nsf/websearch/0EEADA99DC7D00A4862572E30037C3A2?opendocument&Submitted&&...Errors occurred in the "loadlibrary" function. I was told that in Unix system, a different file instead of .dll file shall be used?
Can anyone make an example to read tdms data, that will work in a Matlab installed in Unix system?