help-octave
[Top][All Lists]
Advanced

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

Re: Octave class search path problem


From: John Evans
Subject: Re: Octave class search path problem
Date: Wed, 26 Oct 2011 13:56:40 -0400

Thank you for your reply. 

Sorry for not being clear, but foo is already located at /fooBar/@foo/foo.m. 
I'm able to instantiate foo if I cd /fooBar/ but not if I cd /baz/. 

On Oct 26, 2011, at 1:52 PM, Carnë Draug <address@hidden> wrote:

> On 26 October 2011 18:30, John Evans <address@hidden> wrote:
>> I'm having a difficult time using Octave classes. I've created a class named 
>> foo in a directory /fooBar/@foo/. I'm only able to instantiate foo if 
>> /fooBar/ is my current directory.
> 
> If you class is named foo, it should be in the directory @foo/foo.m.
> This links should be helpful in learning how to do it
> http://www.gnu.org/software/octave/doc/interpreter/Creating-a-Class.html#Creating-a-Class
> 
> Carnë


reply via email to

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