Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

how to read binary file whose data type is integer

1 view (last 30 days)
pavan kumar
pavan kumar on 22 Jul 2020
Closed: MATLAB Answer Bot on 20 Aug 2021
how to read binary file whose data type is integer
  2 Comments
Robert U
Robert U on 22 Jul 2020
Hi Pavan Kumar,
have a look in the fread()-documentation. The "precision"-parameter is what you would need to adjust.
Kind regards,
Robert
pavan kumar
pavan kumar on 22 Jul 2020
thank u sir.
sir,
in the data, rang bins=52,fft points =256
total volume of the data = (no.range bins* no.fft ponts*2) bytes.
how to read the volume of the data using data type integer

Answers (0)

This question is closed.

Community Treasure Hunt

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

Start Hunting!