How Load *.txt file with binary output and convert him to ASCII?
이전 댓글 표시
Hi,
I need some help, in this task, to analayse my aquisition data I need to load a *.txt file. Inside him it have a binary code. SO I need convert him to ASCII , or decimal code. The objective is manipulate the data and exib it on the following format...

In attachment i sent the input.txt, that i need to load.
Thanks in advance
댓글 수: 4
Chunru
2022년 8월 18일
The file is binaray and not ascii forma, thus it is not readable. So you have to know the format of the file before you can read it.
Stephen23
2022년 8월 18일
"Inside him it have a binary code."
What is the encoding method used for that binary file?
Biza Ferreira
2022년 8월 18일
Biza Ferreira
2022년 8월 22일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!