I was wondering if its possible to read raw binary data into a JMP script variable? (similar to fread() in Matlab)
Currently to analyze some data that is saved in binary format, I run Matlab to pull the data and save it into a *.csv, which I then load into JMP for plotting/statistical analysis. I'd prefer to be able to just run one script rather than jumping from program to program.