|
|
| File Information |
| Description |
ARCGRIDWRITE converts data in a matlab grid (as produced by eg. meshgrid and griddata) into a text file in Arc ASCII Grid Format. The file can also be automatically converted to raster on PC's with ARCINFO installed.
EXAMPLE - create a raster grid of the peaks function
[X,Y,Z]=peaks(100);
arcgridwrite('peaksArc.asc',X,Y,Z,'precision',3, 'convert')
NOTES
Because the Arc ASCII format has only one parameter for cell size, both X and Y must have the same, non-varying grid spacing. |
| MATLAB release |
MATLAB 7.8 (R2009a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 31 Aug 2007 |
bug fixed in conversion to raster portion of program |
| 21 Oct 2008 |
change keyword in header from corner to center. |
| 31 Mar 2009 |
changed description, help and example |
|
Contact us