09-21-2009 05:27 PM - edited 09-21-2009 05:29 PM
Hello,
I would like to make an application capable of reading 2 variables from a Mat file, both are double precision arrays and I know their names.
I have searched a lot on the Internet, both at ni and mathworks web sites, and I ended up with two problems:
Solved! Go to Solution.
09-21-2009 07:48 PM
Hi GPC,
You can try the MATLAB@ DataPlugin.
MATLAB® is a registered trademark of The MathWorks, Inc.
09-22-2009 05:05 AM
You could also use the mat-file io library, which is written in pure G and supports every data type that MATLAB supports. There should be no problem building an executable using the library. If you do decide to use this library, wait till the latest version is uploaded later today. There are a couple changes that will make it easier to use.
Jim
I had no problem opening your mat file using the library:
09-22-2009 05:47 AM
It worked!
Thank you verry much (for both of you).
07-13-2013 05:09 PM
hi
i have same problem
i have a mat file and want to access it in labview
your post is a pic and i cant use it.
if its posible for you upload the vi
thank you
07-15-2013 08:15 AM
See if you can use this VI snippet. Additional instructions are here: http://sourceforge.net/apps/mediawiki/matio-labview/index.php?title=Main_Page
Jim