The axis values when using geoshow are usually in the range of roughly -0.5 to 0.5. You can convert them to lat/lon coordinates with minvtran. For example, here are the four corners of a map in projected map coordinates, counterclockwise from the lower left:
ax = axis; x = [ax(1) ax(2) ax(2) ax(1); y = [ax(3) ax(3) ax(4) ax(4);
Now you can convert those x,y coordinates to lat,lon coordinate like this:
[lat,lon] = minvtran(x,y);
And those are the geo coordinates of the four corners of your map. You could go the other way with mfwdtran if you want to set axis limits to known geo coordinates.
Need a Custom Version or Complete Simulation for This Problem?
Our 500+ PhD engineers build, debug, and optimize working MATLAB scripts and Simulink (.slx) models tailored to your exact assignment rubrics with zero plagiarism.
Explore similar technical troubleshooting questions and verified MATLAB solutions: