09-17-2007 03:59 AM
09-17-2007 04:23 AM
09-18-2007 09:07 AM
09-18-2007 10:20 AM
09-25-2007 05:55 AM
09-25-2007 10:38 AM
Here's a link to another example for reading TDMS files from Matlab. This one focuses on retrieving string information like channel names. Unfortunately, it's another single special-purpose example, just like the standard one that was linked earlier in this thread. These examples may be fairly helpful to Matlab jockeys who know their way around pointers and handles, strings and cell arrays, memory allocation, etc. But I for one am still struggling to wrap my head around it all.
I'd love to see a more thorough Matlab script that could convert TDMS data into a Matlab .mat file with sensible variable names. I'm muddling through it myself now, trying to name the variables based on the group and channel names, making use of Matlab's immensely cool "eval" function. But it sure seems tedious. I'm disappointed that NI hasn't done a more thorough job of providing tools for working with the data. It's possible they did a nice job on the Excel plugin, but I wouldn't know -- some of us don't have a modern enough version, not to mention that Excel is a horrible environment for large datasets.
-Kevin P.
12-11-2007 07:41 AM
12-11-2007 08:10 AM - edited 12-11-2007 08:11 AM
12-11-2007 10:54 AM
12-12-2007 03:23 AM