I have files containing floating point numbers in ascii format that I need to convert to binary (.bin) format on a Mac 10.10.3. I am most familiar with Matlab but alternatively could use python or C. I found a program called Ascii converter 1.0 (Mac) written in java but got errors about a nonexistent package when I tried to compile it. It did not come with any associated documentation that would help me to compile and run it properly. I did some google searching but have so far not found a better alternative.
Is there a simple code that would take an input file (vmodel.txt) and output a binary file (vmodel.bin)? Thanks