help-octave
[Top][All Lists]
Advanced

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

Re: set LOADPATH


From: Kamaraju S Kusumanchi
Subject: Re: set LOADPATH
Date: Wed, 16 May 2007 03:35:06 -0400
User-agent: KNode/0.10.4

Sajjadul Islam wrote:

> Hello,
> 
> I use ubuntu 7.04 at my laptop and i have octave installed through package
> manager, now  i want to configure the loadpath to locate to  my .m files.
> 
> how do i do that?
> 

I usually do
LOADPATH="::matlab_files"

to add matlab_files directory to the current path. 

You can also use addpath to achieve the same effect. It would look something
like
addpath("./matlab_files", "-end")

hth
raju

-- 
Kamaraju S Kusumanchi
http://www.people.cornell.edu/pages/kk288/
http://malayamaarutham.blogspot.com/



reply via email to

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