How can I create the Basemaps subplots in matlab

4 views (last 30 days)
Please, How can I create this kind of basemap subplots in matlab
  3 Comments
Walter Roberson
Walter Roberson on 21 Jul 2023
[Z,R] = egm96geoid;
[C,h] = contourm(Z,R, 'fill', 'on');
xlabel("Longitude")
ylabel("Latitude")
clegendm(C,h,-1)

Sign in to comment.

Answers (0)

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!