lat lon to mollweide projection

5 ビュー (過去 30 日間)
S K
S K 2011 年 12 月 13 日
I have done the conversion of the coordinates from lat, lon to mollweide x,y using following equations,
X = 2.*Long.*sqrt(2).*R.*cos(Lat)/pi; Y = sqrt(2)*R*sin(Lat);
I have some data for each lat, lon position. And I had used imagesc to present the data. Now after mapping to Mollweide system, I want to present the data. Is there any way I can do it, please be descriptive. :)
Thanks.

回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by