Octave-snippet
From CISSTwiki
Contents |
Keywords
Free / Open source Matlab replacement
Description
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.
- Octave is written in C++ using Standard Template Library (STL) libraries.
- Octave has an interpreter that interprets the Octave language.
- Octave itself is extensible using dynamically loadable modules.
Links
- Bundle (with windows and mac executable): http://sourceforge.net/project/showfiles.php?group_id=2888
- Source code: http://www.gnu.org/software/octave/download.html
- Documentation (575 page): http://www.gnu.org/software/octave/doc/interpreter/
- Wikipedia: http://en.wikipedia.org/wiki/GNU_Octave
- Article: http://macresearch.org/octave_a_free_matlab_clone_and_a_bit_more
Local links
- Windows install kit (35Mb): \\spine.compsci.jhu.edu\public\tmp\csoma\octave-3.0.0-setup.exe
Created by
