help-octave
[Top][All Lists]
Advanced

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

Re: Octave Memory Issue


From: John W. Eaton
Subject: Re: Octave Memory Issue
Date: Mon, 10 Mar 2008 21:35:45 -0400

On 11-Mar-2008, Obsessive MathsFreak wrote:

| I can't upgrade to 3.0.0 as I'm using octave-forge functions.

As far as I know, the Octave Forge packages should work with Octave
3.0.0.  Have you tried?

| In fact,
| I've just discovered that I can't use 2.9 either as it doesn't support
| "leval" which one of the octave-forge packages is using.
| 
| What is the replacement for "leval" using cells?

  args = {...};
  feval (fcn, args{:});

Also, it is likely that lists will be removed from a future version of
Octave, so it would probably be best for you to fix your code to use
cell arrays anyway.

jwe


reply via email to

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