How can I create the Basemaps subplots in matlab

1 次查看(过去 30 天)
Please, How can I create this kind of basemap subplots in matlab
  3 个评论
Walter Roberson
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 CenterFile Exchange 中查找有关 Geographic Plots 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by