LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to save matrix

I would like to know how should I save matrix which can have a
different size. I would like to save it in a binary file. How to do
it?
--
Z pozdrowieniami
Szymon Klause "NightSky"
Bydgoszcz
e-mail: nightsky@box43.pl FidoNet: 2:481/75
0 Kudos
Message 1 of 2
(2,213 Views)
Hi,
to save numeric data to binary file you can use VIs from "Functions->File I/O->Binary File VIs" palette. There are "Write to I16 file.vi" and "Write to SGL file.vi" which allow you to write 1D and 2D arrays of any size to the binary file. The first one saves data in I16 format, and the second one as a number with floating point in single format.

Good luck.

Oleg Chutko.
0 Kudos
Message 2 of 2
(2,213 Views)