You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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')
Cite As
Giuliano Langella (2026). ASCII-RASTER header To R spatial reference matrix (https://uk.mathworks.com/matlabcentral/fileexchange/26529-ascii-raster-header-to-r-spatial-reference-matrix), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (1.27 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
