Hilfe-Text | GNU Octave is a high-level language, primarily intended for numerical computations.
It provides a convenient command line interface for solving linear and nonlinear
problems numerically, and for performing other numerical experiments using a language
that is mostly compatible with Matlab. It may also be used as a batch-oriented language.
Octave and Matlab are highly compatible. In general, Matlab m-files run in Octave
without changes. If you miss functions, you can install extra packages for Octave
from 'http://octave.sourceforge.net/'.
The Octave GUI version is started with:
octave
The Octave command line interface is started with:
octave --no-window-system
For documentation see:
https://www.gnu.org/software/octave/about.html
http://wiki.octave.org/Faq#General
/opt/bwhpc/common/math/octave_common/4.2.0/doc
MOAB example scripts for Octave are available in the directory:
/opt/bwhpc/common/math/octave_common/4.2.0/bwhpc-examples
In case of problems, please contact: bwhpc (at) uni-konstanz.de
This module is available for all users. |