4 Directory and Path Commands
| octave | description |
|---|---|
cd dir |
change working diretory to dir |
pwd |
list possible completions |
ls [options] |
search command history |
what |
list .m/.mat files in the current directory |
path |
search path for Ocatve functions |
pathdef |
default search path |
addpath (dir) |
add a directory to the path |
getenv (var) |
value of environment variavle |