help-octave
[Top][All Lists]
Advanced

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

Re: octave function behavior


From: Christoph Dalitz
Subject: Re: octave function behavior
Date: Wed, 16 Jun 2004 16:53:31 +0200

On Wed, 16 Jun 2004 14:21:33 +0100 (BST)
cctsim <address@hidden> wrote:
>
>  I tried to change the vector dimensions of the output of conv.m 
> function in order to be compatible with matlab when I noticed 
> that changes are not taken into account unless you reload octave.
> 
>  I also noticed that if you introduce an error, e.g. in conv.m,
> before loading octave, the error is reported the first time and
> the file is updated after correction but this happens only once.
> 
> Is that the default behavior ?
> 
AFAIK Octave caches function definitions that are already loaded.

Theoretically "clear conv" should remove it from the cache, but
I have encountered some situations when an exit/restart was necessary.

Does "clear" help in your case?

Christoph



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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