[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
reading unbuffered data
From: |
John W. Eaton |
Subject: |
reading unbuffered data |
Date: |
Tue, 18 Aug 1998 11:34:04 -0500 (CDT) |
On 12-Aug-1998, Michael Frech <address@hidden> wrote:
| I have a quesiton with respect to reading unbuffered data (using
| the write command in c).
| How can I do this with octave?
|
| The file contains integer values of different length
I'm not sure what you mean by unbuffered here. Perhaps you really
mean binary data? If so, take a look at the documentation for Octave's
fread and fwrite functions. They work much like the fread and fwrite
functions in C.
jwe