open .bin file

조회 수: 11 (최근 30일)
Akriti Raj
Akriti Raj 2021년 2월 22일
댓글: Akriti Raj 2021년 2월 25일
How can I extract binary numbers from .bin file?

답변 (1개)

Gaurav Garg
Gaurav Garg 2021년 2월 24일
Hi Akriti,
You can make use of fread function (documentation link).
  댓글 수: 4
Walter Roberson
Walter Roberson 2021년 2월 24일
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 2021년 2월 25일
@gaurav yes, I tried different arguments.
@walter These are random numbers generated from Quantum random number generator.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by