help-octave
[Top][All Lists]
Advanced

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

fopen: default open mode


From: Matthias Brennwald
Subject: fopen: default open mode
Date: Thu, 8 Jun 2006 17:39:22 +0200

Dear all,

If I use fopen, I get a warning that the default mode is now binary. Why? What is this warning trying to tell me? Is there a way to explicitly tell fopen to use ASCII instead of binary?

I have Octave 2.1.72 on Mac OS X 10.4.

Example:

> fn = tempname;
> fopen(fn,'w')
> warning: fopen: default open mode is now binary

Matthias


-------
Matthias Brennwald
Lägernstrasse 6
CH 8037 Zürich
+41 (0)44 364 17 03
address@hidden





reply via email to

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