open .bin file

10 visualizzazioni (ultimi 30 giorni)
Akriti Raj
Akriti Raj il 22 Feb 2021
Commentato: Akriti Raj il 25 Feb 2021
How can I extract binary numbers from .bin file?

Risposte (1)

Gaurav Garg
Gaurav Garg il 24 Feb 2021
Hi Akriti,
You can make use of fread function (documentation link).
  4 Commenti
Walter Roberson
Walter Roberson il 24 Feb 2021
It can be difficult to figure out what the storage format is in a binary file unless you have some information about the expected data range and distribution.
Which program produced the file?
Akriti Raj
Akriti Raj il 25 Feb 2021
@gaurav yes, I tried different arguments.
@walter These are random numbers generated from Quantum random number generator.

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by