help-octave
[Top][All Lists]
Advanced

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

Re: Adding files to path in octave


From: James Sherman Jr.
Subject: Re: Adding files to path in octave
Date: Fri, 18 Apr 2014 17:37:47 -0400

On Fri, Apr 18, 2014 at 5:31 PM, patchwerkadams <address@hidden> wrote:
I have a series of folders containing functions that I want to add to my
Octave directory. I can't seem to figure out how to add these directories to
Octave so that I can use them. Any thoughts on how to do this?



--
View this message in context: http://octave.1599824.n4.nabble.com/Adding-files-to-path-in-octave-tp4663660.html
Sent from the Octave - General mailing list archive at Nabble.com.

_______________________________________________
Help-octave mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-octave

octave> addpath directory_path

Should do the trick.  If you want to have these paths available everytime you open up octave, you can add them to the octaverc file.

Hope this helps.

James Sherman


reply via email to

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