GRASS and Octave: Difference between revisions
Jump to navigation
Jump to search
(→Import and export: vector) |
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: {{ | * 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
- Import: v.in.mapgen - use the -f flag
- Export: v.out.ascii.mat - from AddOns
See also
- SciLab - another free Matlab clone