MATLAB: How to plot the own raster data in geoglobe

basemapgeoglobemappingMapping ToolboxMATLABraster

I'm excited about the geoglobe function, and am trying to figure out how to put my own raster data on it. The analogy I'm working from is something like using geoshow(lat,lon,X,'DisplayType','surface').
Using geoplot3 with geoglobe seems to be just for vector data. The AddCustomBasemap function seems to be all about web-hosted content. Is there some way to put my own data onto a geoglobe object?
Thanks!

Best Answer

Using "geoshow(I,R)" you can project and display an image (or a data grid) georeferenced to latitude-longitude through the Geographic referencing object R. You will have to create this georeference rastor data that corresponds to your image/data.