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

Answers (0)

Asked:

on 14 Jul 2015

Edited:

on 15 Jul 2015

Community Treasure Hunt

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

Start Hunting!