MATLAB: Can I read GeoTIFF images in MATLAB

geotiffmappingMapping Toolboxreadwrite

I would like the ability to read GeoTIFF images in MATLAB.

Best Answer

The ability to read GeoTIFF images is available as of Mapping Toolbox 2.0 (R13SP1+) using the GEOTIFFREAD function.
For more information on GEOTIFFREAD type:
doc geotiffread
at the MATLAB command prompt.
For previous releases, there are no workarounds.