You are on page 1of 1

Recently I developed a VI for writing LabVIEW data to a binary file in

Matlab format. This VI is called: CONV2MAT.VI


All you have to do is connect a ref number, an array-name, the array
(either 1D, 2D (any type) or string) and specify the output type (DBL,
SGL, I32, I16, U8) and it will be written to file. The VI does incoming
and internal error checking. The user will have to open a file before and
close it afterwards.
It is created in LabVIEW for Windows 3.0.1
Written by: Albert K. Wijnja
albert@wfw.wtb.tue.nl

You might also like