help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: About reading binary files


From: Doug Stewart
Subject: Re: About reading binary files
Date: Wed, 2 Oct 2019 07:32:56 -0400



On Wed, Oct 2, 2019 at 7:13 AM Samuele Zampini <address@hidden> wrote:
Dear Users,

I am new in the mailing list.

My question is: how can I read binary, with Octave? I followed the steps on this page, but I get wrong numbers.

Any idea?


Thanks,
Samuele



did you use the arch parametre?

The optional argument arch is a string specifying the data format for the file. Valid values are

"native" or "n"

The format of the current machine.

"ieee-be" or "b"

IEEE big endian.

"ieee-le" or "l"

IEEE little endian.



--
DASCertificate for 206392


reply via email to

[Prev in Thread] Current Thread [Next in Thread]