07-03-2009 01:36 PM
07-05-2009 09:51 AM
The Mathscript node isn't the same as Matlab. Mathscript is NI's version of a Matlab-like scripting language. The load function in Mathscript is limited to reading .mat files that have written using Matlab version 6 or earlier. This is detailed in the Help. What version of Matlab did you use? If you have a newer version of Matlab then you can save the data in another format, such as simple text. Then you can use the simple File I/O functions to read it into LabVIEW. There may be also be a .mat file reader floating around. I know I wrote one a while ago (and had posted it), but it was for an older version of the .mat file format.