How can I create the Basemaps subplots in matlab
3 views (last 30 days)
Show older comments
Please, How can I create this kind of basemap subplots in matlab
3 Comments
Walter Roberson
on 21 Jul 2023
[Z,R] = egm96geoid;
[C,h] = contourm(Z,R, 'fill', 'on');
xlabel("Longitude")
ylabel("Latitude")
clegendm(C,h,-1)
Answers (0)
See Also
Categories
Find more on Geographic Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!