GRASS and Octave: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
m (→‎Vector: fix template)
Line 14: Line 14:


* Import: {{cmd|v.in.mapgen}} - use the -f flag
* Import: {{cmd|v.in.mapgen}} - use the -f flag
* Export: {{addons|v.out.ascii.mat}} - from AddOns
* Export: {{AddonCmd|v.out.ascii.mat}} - from AddOns


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

Revision as of 04:10, 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