Pages

Wednesday, February 23, 2011

Map of the Earth on Matlab topo.mat

It is nice and handy to know that the map of the earth  is available on Matlab.

load topo
contour(topo,[0,0],'k')


Topo contour plot in matlab.

The Blue marble!

The cool 3D map is obtained after running the code from:
with cdata on to sphere.

 Remote Sensing and Image InterpretationRemote Sensing of Vegetation: Principles, Techniques, and ApplicationsAn Introduction to Ocean Remote Sensing

No comments:

Post a Comment