help-octave
[Top][All Lists]
Advanced

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

Re: Writing binary files is not working properly


From: robert Macy
Subject: Re: Writing binary files is not working properly
Date: Sat, 25 Oct 2003 18:42:24 -0700

That works!  Thank you, John.  

Also, in order to properly read a binary file, had to
change the statement...
 fid=fopen("foo","rb");

All works well now.  

                 - Robert -

On Sat, 25 Oct 2003 19:08:39 -0500
 "John W. Eaton" <address@hidden> wrote:
> On 25-Oct-2003, robert Macy <address@hidden> wrote:
> 
> | Does Octave have some way to open a file in binary
> mode,
> | like simply force the issue?
> 
>   fopen ("foo", "wb");
> 
> should work in recent versions.
> 
> jwe



-------------------------------------------------------------
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]