フィルターのクリア

removal of offset from map

2 ビュー (過去 30 日間)
Uday
Uday 2011 年 10 月 25 日
I would like to remove offset from my map , when I plot map the pixel get outside border.
latitude=[-89.75:0.5:89.75]';
longitude=[-179.75:0.5:179.75] &
I have z values on 0.5 grid
so I can remove offset from my map ?
I used
axesm eqdcylin
load coast
h=surfacem(latitude,longitude,log10(vec1)')

回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by