help-octave
[Top][All Lists]
Advanced

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

Re: Problem with fread


From: Mumit Khan
Subject: Re: Problem with fread
Date: Sun, 1 Jul 2001 19:40:55 -0500 (CDT)

On Sun, 1 Jul 2001, Tom Makovicka wrote:

> With Octave (version 2.1.31 ) I'm having problems getting the following 
> statements to read more then 80 items from a file.
> 
> fp = fopen("d:/audio/Me_1to5.raw","r")
> data=fread(fp,Inf,"short");

Does opening the file in binary mode, ie., "rb" instead "r", help?

btw, please configure your email client not to send out HTML formatted
email, at least when sending messages to various mailing lists. Just 
plain text will suffice.

Regards,
Mumit




-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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