[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Adding functions to a class needs to restart octave everytime
From: |
Jordi Gutiérrez Hermoso |
Subject: |
Re: Adding functions to a class needs to restart octave everytime |
Date: |
Mon, 25 Nov 2013 16:56:51 -0500 |
On Sun, 2013-11-24 at 15:43 -0800, asanka424 wrote:
> I have a class defined in @myclass directory. I can list methods for
> my class using "methods("myclass")". However when I add a new
> function the @myclass folder, I have to exit and start octave again
> inorder to use or display the new function. I am using
> Octave3.6.4_gcc4.6.2. Is there a way I can update functions in the
> class and use them without restarting octave?
Are you putting your code in a location that Octave considers a system
location? For example, are you putting your code in the location where
Octave was installed?
- Jordi G. H.