MATLAB: Can’t I put a correct frame on a equal-azimuth projection map

displayframemapMapping Toolboxprojection

I use the Projection Control GUI to select my axes as Equidistant Azimuthal Projection. When I go to put a frame on this plot, the frame comes out wrong. This can be shown by using the following code:
figure
axesm % choose Azim: Equidistant Azimuthal from
% map projection pull down menu
load coast
plotm(lat,long)
framem on

Best Answer

This bug has been fixed in Release 14 Service Pack 3 (R14SP3). For previous product releases, read below for any possible workarounds:
As a workaround, specify the map projection through the AXESM command. For example:
axesm('eqdazim')