GRASS and Octave: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
Line 1: Line 1:
== GRASS and Octave ==
== GRASS and Octave ==


Octave (http://www.gnu.org/software/octave/) is a high-level interactive language, primarily intended for numerical computations. It works in a way that is not dissimilar to MATLAB. Most scripts that run in one will run in the other.
Octave (http://www.gnu.org/software/octave/) is a high-level interactive language, primarily intended for numerical computations. It works in a fashion which is not dissimilar to MATLAB. Most scripts that run in one will run in the other.


=== Import and export ===
=== Import and export ===

Revision as of 04:13, 19 November 2009

GRASS and Octave

Octave (http://www.gnu.org/software/octave/) is a high-level interactive language, primarily intended for numerical computations. It works in a fashion which is not dissimilar to MATLAB. Most scripts that run in one will run in the other.

Import and export

Raster

TODO: write a r3.{in|out}.mat

Vector

See also

  • SciLab - another free Matlab clone