How to write Lat-Lon with map projection.
Show older comments
Hi, I'm trying to map a and write the Lon-Lat at the side of the figure with that projection:
axesm('MapProjection','eqdcylin','Origin',[45.5 -73.55 0],'FLonLimit',[LeftLimit RightLimit],'FLatLimit',[DownLimit UpLimit],'frame','on','FlineWidth',2,'FFill',400,'grid','on','MeridianLabel','on','ParallelLabel','on','MLabelParallel','south','MapParallels',[]) setm(gca,'MLabelLocation',1);
I do not want to change the projection, because it fit my data. Something missing?
Answers (0)
Categories
Find more on Financial Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!