ASCII-RASTER header To R spatial reference matrix

Conversion of a header variable into the spatial reference matrix used in Mapping Toolbox.
418.0 次下载
更新时间 2010/1/29

查看许可证

The header MatLab variable is generated when importing an ASCII-RASTER with the ImportAsciiRaster.m function.

Here below an example:

[Z h] = ImportAsciiRaster(NaN, 'h');
figure;
mapshow(Z, header2R(h),'DisplayType','surface');
view(3), axis equal, axis off, camlight, lighting phong
axis on; xlabel('Easting'); ylabel('Northing'); zlabel('Values')

引用格式

Giuliano Langella (2024). ASCII-RASTER header To R spatial reference matrix (https://www.mathworks.com/matlabcentral/fileexchange/26529-ascii-raster-header-to-r-spatial-reference-matrix), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2007a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Map Display 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0