how to increase the resolution of latitude longitude gird ???

조회 수: 3 (최근 30일)
rahul
rahul 2011년 12월 20일
hello
i have plot india's map using 'worldmap' ... i am geting latitude longitude grid with 10 lat/long spacing. Please let me know how can i get the 1 degree spacing of latitude and longitude????
thanks in advance....

채택된 답변

Rob Comer
Rob Comer 2011년 12월 24일
To change the default meridian and parallel spacing after creating a map axes with worldmap, set the MLineLocation and PLineLocation properties using setm. The following sets the spacing to 1 degree:
setm(gca,'MLineLocation',1,'PLineLocation',1)
Use doc('axesm') to bring up the axesm reference page and learn more about these and other map axes properties.
  댓글 수: 1
rahul
rahul 2011년 12월 26일
Thanks Rob...
i got the 1 lat/long grid. But i also want it to display each lat long as a label there in figure....
can you guide me how to do it???

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Sean de Wolski
Sean de Wolski 2011년 12월 20일
It looks like latitude and longitude can be fed in as vectors to geoshow. There are some good examples in:
doc geoshow

태그

Community Treasure Hunt

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

Start Hunting!

Translated by