How can I create the Basemaps subplots in matlab
조회 수: 1 (최근 30일)
이전 댓글 표시
Please, How can I create this kind of basemap subplots in matlab
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1439768/image.jpeg)
댓글 수: 3
Walter Roberson
2023년 7월 21일
[Z,R] = egm96geoid;
[C,h] = contourm(Z,R, 'fill', 'on');
xlabel("Longitude")
ylabel("Latitude")
clegendm(C,h,-1)
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Geographic Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!