MATLAB: READ/OPEN A BINARY FILE – MATLAB

binaryMATLAB

Dear friends!
Please, how can I read/open a binary file with MATLAB?. Can I convert it into a "real" .txt or .xls file with the results presented in rows and columns? Please, any idea? I need help!

Best Answer

Yes.
doc fopen
doc fread
doc fclose
doc xlswrite
doc csvwrite
a few tools for your journey...
Related Question