Problem about using 'plotm' to plot multi maps
이전 댓글 표시
I want to use plotm to get pictures like fig.1 and fig.2

fig.1

fig.2
I got fig.1 and fig.2 using plot but plotm doesn't work.
load coast;
axesm miller;
X=lat; Y=long;
X=[X lat];
Y=[Y long-360];
plot(Y,X) % This can work well,and I got fig.1
figure;
plotm(X,Y) % This doesn't work and I only got one map
Thanks!
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Vector and Raster Map Display에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!