How can I create the Basemaps subplots in matlab
3 次查看(过去 30 天)
显示 更早的评论
Please, How can I create this kind of basemap subplots in matlab
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!