How Load *.txt file with binary output and convert him to ASCII?
Afficher commentaires plus anciens
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 commentaires
Chunru
le 18 Août 2022
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
le 18 Août 2022
"Inside him it have a binary code."
What is the encoding method used for that binary file?
Biza Ferreira
le 18 Août 2022
Biza Ferreira
le 22 Août 2022
Réponses (0)
Catégories
En savoir plus sur Get Started with MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!