r*f 发帖数: 731 | 2 Not that simple. I don't have any problem to plot the contour maps (In fact, I
used contourfm( ) because I also consider the map projection). Finally, I
soIve this problem using this:
h01=subplot(1,3,1);
axesm('MapProjection','eqaconic','MapParallels',[],...
'MapLatLimit',[lat1 lat2],'MapLonLimit',[lon1 lon2],...
'mlabellocation',2,'plabellocation',2,...
'mlabelparallel','north','mlabelround',-1,...
'mlinelocation',2,'plinelocation',2,...
'grid','on','ParallelLabel','o |
|