> I need to be able to read from and write to .mat files from within
> LabVIEW. The .mat file format is what Matlab uses to store arrays. I
> have found that The Math Works offers a C library with functions for
> accessing .mat files. I suppose I can use this library to create a
> dll (or use CINs). Is there a software utility currently available
> to do this?
This isn't a convertor, but you can reuse Matlab from within LV. LV5.1
I think, added the script node. You can type in or popup and import
matlab scripts. At runtime, the script contacts a Matlab EXE to have
the computations performed and to return the results into LV.
Greg McKaskle