help-octave
[Top][All Lists]
Advanced

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

Re: variable for filename in fopen


From: John W. Eaton
Subject: Re: variable for filename in fopen
Date: Mon, 18 Jan 2010 17:13:45 -0500

On 18-Jan-2010, Blitz wrote:

| Not sure why you get a parse error, it works just fine for me.  'list'
| populates with my file names.  'reading' is the first text file in my
| directory (1.txt), so I know this part works.  I am on Octave 3.2.3 under OS
| X also.

Are you sure you are using 3.2.3?  I'm pretty sure that writing

  x = ls *.txt

will give you a parse error if you are using 3.2.3.

What does 

  version

tell you?  What version info is printed in the startup message when
you run Octave?

jwe


reply via email to

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