GRASS and Octave: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(→‎See also: scilab)
Line 5: Line 5:
=== Import and export ===
=== Import and export ===


==== Raster ====
* Import: {{cmd|r.in.mat}}
* Import: {{cmd|r.in.mat}}
* Export: {{cmd|r.out.mat}}
* Export: {{cmd|r.out.mat}}
: ''TODO: write a r3.{in|out}.mat''
==== Vector ====
* Import: {{cmd|v.in.mapgen}} - use the -f flag
* Export: {{addons|v.out.ascii.mat}} - from AddOns


=== See also ===
=== See also ===

Revision as of 04:08, 19 November 2009

GRASS and Octave

Octave (http://www.gnu.org/software/octave/) is a high-level interactive language, primarily intended for numerical computations that is mostly compatible with MATLAB.

Import and export

Raster

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

Vector

See also

  • SciLab - another free Matlab clone