octave-maintainers
[Top][All Lists]
Advanced

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

Re: fopen warning


From: Dmitri A. Sergatskov
Subject: Re: fopen warning
Date: Tue, 17 May 2005 11:56:02 -0600
User-agent: Mozilla Thunderbird (X11/20050322)

John W. Eaton wrote:
...

BTW, should we also make fopen simply return an integer for
compatibility with Matlab?  We already have the form


Do you mean that:

fid = fopen("file")

would return structure, but

fopen("file")

would return just an integer?

I thought that the common rule that is if you
have a function [a,b,c] = f(x,y,z), then
f(x,y,z) would return a.

Also, I could not see any use of
calling fopen() with no output parameters...

jwe



Dmitri.
--



reply via email to

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