LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating Matlab mat files ?

Hello all,
I know it's possible to communicate between CVI and Matlab through some
ActiveX or somesuch, but it's not really what I'm curious about.

Is there some library/toolkit that allows me to save data directly in Mat
files, so they can be deserialized and used directly by a Matlab program
later on ? I don't want to reverse engineer the Matlab format !

Sending the data to Matlab and asking it to save it on its own is not really
an option as I'm using CVI on Linux to produce the data.
--
Guillaume Dargaud
http://www.gdargaud.net/
"Although it is said that faith can move mountains, experience has shown
that dynamite works better."


0 Kudos
Message 1 of 4
(4,514 Views)

You could look at the 'matio' open source project here.

Alternatively, the MAT file format is published (in PDF format) here.

--
Martin
Certified CVI Developer
0 Kudos
Message 2 of 4
(4,502 Views)
hello guillaume,
 
did you get a solution for that problem? i need the same solution. values from labwindows/cvi should be saved in a matlab file.
 
thanks for help.
0 Kudos
Message 3 of 4
(4,247 Views)
Hi cmos2k11,
 
Unfortunately, CVI does not natively provide the desired functionality.
Nestor
0 Kudos
Message 4 of 4
(4,208 Views)