11-14-2016 06:07 PM
Hi,
I would like to use Labview 8.5 to load binary data saved in .mat. I've searched in the forum but found the matlab dataplugin would not work for Labview 8.5. Could someone please help? Thanks.
11-15-2016 07:19 AM
What I did when my son sent me a bunch of .mat files to visualize in LabVIEW was to write a simple "mat_to_dat.m" script that finds all files ending in .mat, and for each one,
These, then, are straight Binary files that LabVIEW can read (assuming you know the (binary) format for the files.
Bob Schor