I try to create matlab files with large matrices of double values. I created mat file with two matrices of same length, matrix1 with constant Values and matrix2 with variable Values. From mat file ...
This is my second attempt at writing a TDMS reader for Matlab. The first one works just fine, but I learned a lot of lessons about the format and there are some things that are made more difficult ...