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?
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".