I wish to use LabVIEW v6.1 to write binary data to a MATLAB binary file (MAT-file, *.mat). My Matlab version is 6.5. Matlab will NOT be installed on the computers that are acquiring the data and writing to the data files, so a Matlab script node will not work in this application.
I have already searched LabVIEW support AND the Developer Zone, with only partial success. I did find one KnowledgeBase article
Can I Import Data from MATLAB to LabVIEW or Vice-versa? on this subject. The example code in that article "LV40 to MAT file" does indeed create .mat files, but this seems to be wri
tten for use with a much older version of Matlab (version 4.0 and previous), and therefore will not handle a Matlab "Structured Array" data type, which was introduced in version 5.0. I am looking for an already written LabVIEW Library of routines to accomplish this, and I am willing to pay for a commercial product, if such a product exists.
~Tim