08-06-2013 02:58 AM
Hello, I am using LV2010 and recently downloaded the data plugin to allow Labview to handle .mat files. However when I try and use the plugins I get an error -2558, has anybody else encountered this? Is there a work around or a fix?
08-06-2013 03:04 AM
Hi SSB01,
Can you please attach your VI and the mat file, so that we can have a look?
Thanks,
Mavis
08-06-2013 03:15 AM
Here are the files, hope you van help.
08-06-2013 08:18 PM
Hi SSB01,
The MatLab DataPlugin only supports level 5 and level 4 MAT-file format.
Your file is level 7.3 MAT-file format. So The DataPlugin doesn't support it.
You can try save the file as level 5 format and read it again.