help-octave
[Top][All Lists]
Advanced

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

Re: frewind() broken octave 3.6.1 on winxp/32b ?


From: Ben Abbott
Subject: Re: frewind() broken octave 3.6.1 on winxp/32b ?
Date: Tue, 17 Apr 2012 20:06:15 -0400

On Apr 17, 2012, at 4:41 PM, Jeff Harrang wrote:

> Ran a script today that has worked previously (octave 3.4) and found that a 
> file manipulation function fails. The reason seems to be that frewind() is 
> not working. In debug mode it doesn’t return anything and does not seem to do 
> its function so that subsequent fputs() calls fail. Work-around closing file 
> and reopening works properly.
>  
> File opened like this ..
> [fd,errmsg] = fopen(fileName,'r+t');
>  
> Known issue?
>  
> BTW – running under latest GUIoctave.
>  
> Jeff

GUI Octave is not actually Octave software.

        http://guioctave.com/

Do you mean Octave GUI built from the developers sources?

        http://hg.savannah.gnu.org/hgweb/octave/file/f6b4236da9f8/gui

If the problem is with GUI Octave, please try Octave by itself.

If the problem is with Octave GUI also try Octave by itself.

If the problem persists, please tell us what version of Octave your are 
running, and try to create a simple example so that others can duplicate the 
problem.

Ben



reply via email to

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