READ/OPEN A BINARY FILE - MATLAB

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!

 Accepted Answer

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

More Answers (0)

Categories

Products

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!