GNU Octave Manual Version 3 by John W. Eaton, David Bateman, Søren Hauberg Paperback (6"x9"), 568 pages ISBN 095461206X RRP £24.95 ($39.95) |
1.3.5.2 A Sample Command Description
Command descriptions have a format similar to function descriptions,
except that the word `Function' is replaced by `Command. Commands are
functions that may be called without surrounding their arguments in
parentheses. For example, here is the description for Octave's
cd
command:
- Command: cd dir
- Command: chdir dir
- Change the current working directory to dir. For example, cd ~/octave changes the current working directory to ‘~/octave’. If the directory does not exist, an error message is printed and the working directory is not changed.
ISBN 095461206X | GNU Octave Manual Version 3 | See the print edition |