1OCTAVE(1) General Commands Manual OCTAVE(1)
2
3
4
6 octave - A high-level interactive language for numerical computations.
7
9 octave [options]... [file]
10
12 Octave is a high-level language, primarily intended for numerical com‐
13 putations. It provides a convenient command line interface for solving
14 linear and nonlinear problems numerically.
15
17 The complete set of command-line options for octave is available by
18 running the following command from the shell.
19
20 octave --help
21
23 The primary documentation for Octave is written using Texinfo, the GNU
24 documentation system, which allows the same source files to be used to
25 produce online and printed versions of the manual.
26
27 You can read the online copy of the Octave documentation by issuing the
28 following command from within octave.
29
30 octave:1> doc
31
32 The Info files may also be read with a stand-alone program such as info
33 or xinfo. HTML, Postscript, or PDF versions of the documentation are
34 installed on many systems as well.
35
37 The Octave project maintains a bug tracker at https://bugs.octave.org.
38 Before submitting a new item please read the instructions at
39 https://www.octave.org/bugs.html on how to submit a useful report.
40
42 Upon startup Octave looks for four initialization files. Each file may
43 contain any number of valid Octave commands.
44
45 octave-home/share/octave/site/m/startup/octaverc
46 Site-wide initialization file which changes options for all
47 users. octave-home is the directory where Octave was installed
48 such as /usr/local.
49
50 octave-home/share/octave/version/m/startup/octaverc
51 Site-wide initialization file for Octave version version.
52
53 ~/.octaverc
54 User's personal initialization file.
55
56 .octaverc
57 Project-specific initialization file located in the current di‐
58 rectory.
59
61 John W. Eaton <jwe@octave.org>
62
63
64
65GNU Octave 19 October 2012 OCTAVE(1)