Plot latitude and longitude

Hi all
I have a list of latitude and longitude and i want plot then. The thing is in the map doesnt show the latitude values in the map like... -90 -60 -30 0 30 60 90 and my plot;
This code just gives me my plot...I want show the latitudes of the map
lat= cell2mat(Lat);
lon= cell2mat(Long);
axesm ('MapProjection','ortho', 'Origin',[360 0]);
gridm on
plotm(lat,lon,'k.')
Any idea ???? :D

Respuestas (0)

Etiquetas

Preguntada:

el 14 de Jul. de 2015

Editada:

el 15 de Jul. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by