GRASS and Octave: Difference between revisions
Jump to navigation
Jump to search
m (→Vector: fix template) |
m (→Raster) |
||
Line 9: | Line 9: | ||
* Export: {{cmd|r.out.mat}} | * Export: {{cmd|r.out.mat}} | ||
''TODO: write a r3.{in|out}.mat'' | |||
==== Vector ==== | ==== Vector ==== |
Revision as of 04:11, 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