help-octave
[Top][All Lists]
Advanced

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

Re: Just becoming acquainted with Octave


From: Sergei Steshenko
Subject: Re: Just becoming acquainted with Octave
Date: Sat, 13 Aug 2011 12:50:58 -0700 (PDT)

--- On Sat, 8/13/11, Don Scott <address@hidden> wrote:

From: Don Scott <address@hidden>
Subject: Just becoming acquainted with Octave
To: address@hidden
Date: Saturday, August 13, 2011, 7:25 AM

First problem:  HOW to set the path to locate data files and the octave 
equivalent of Matlab m-file?  Have tried every combination I can think of, 
including verbatim reproduction of the   ADDPATH command in the Manual...... 
nothing works.  So far I can't get off square 1.

Help please?

-- 
Don Scott
Wofford College CPO102
429 N Church St
Spartanburg, SC 29303
(864) 415 - 1795
address@hidden

"Although the universe doesn't have an end, it had a beginning in the Big Bang. 
One might ask what is before that, but the answer is that there is nowhere 
before the Big Bang, just as there is nowhere south of the South Pole."

--- Stephen Hawking



-----Inline Attachment Follows-----

_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave

Does this:

"
octave:1> help addpath
`addpath' is a built-in function

 -- Built-in Function:  addpath (DIR1, ...)
 -- Built-in Function:  addpath (DIR1, ..., OPTION)
     Add DIR1, ... to the current function search path.  If OPTION is
     "-begin" or 0 (the default), prepend the directory name to the
     current path.  If OPTION is "-end" or 1, append the directory name
     to the current path.  Directories added to the path must exist.

     In addition to accepting individual directory arguments, lists of
     directory names separated by `pathsep' are also accepted.  For
     example:

          addpath ("dir1:/dir2:~/dir3");

     See also: path, rmpath, genpath, pathdef, savepath, pathsep



Additional help for built-in functions and operators is
available in the on-line version of the manual.  Use the command
`doc <topic>' to search the manual index.

Help and information about Octave is also available on the WWW
at http://www.octave.org and via the address@hidden
mailing list.
octave:2>
"

make any sense ?

Regards,
  Sergei.



reply via email to

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