From owner-help-octave at bevo dot che dot wisc dot edu Tue Jan 23 12:47:56 1996 Subject: Re: how to use LOADPATH command From: cfm at camorra dot sth dot ruhr-uni-bochum dot de (Christoph Mecklenbraeuker) To: windy at ksc9 dot th dot com (Chaturapadh Nakavachara) Cc: help-octave at bevo dot che dot wisc dot edu (Mailing List Octave) Date: Tue, 23 Jan 1996 19:46:09 +0100 (MET) Hi, > I try to use LOADPATH command but it doesn't work I think it depends on your operating system. Under UNIX something similar to the following will work: LOADPATH = ".:/usr/local/lib/octave/1.1.0/m//:/usr/local/lib/octave/site/m:~/octave//:/home/matlab35/toolbox//:~/matlab//"; directories terminated by a double slash '//' are searched recursively. Cheerio, Christoph