LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

binary files

i am trying to write arrays or numbers(SGL) in binary files with the "write file" command but when i open these files with matlab or notepad i only see some strange characters.how can i write the arrays or numbers in binary files?
0 Kudos
Message 1 of 2
(2,831 Views)
If you want to open the file in notepad, then you don't want a binary file, you want a text file. To do this you will need to either (1) format your numbers to a string before writing to file or (2) use "Write to Spreadsheet File.vi".

Good luck,

Jim
0 Kudos
Message 2 of 2
(2,831 Views)