How can I create the Basemaps subplots in matlab
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Please, How can I create this kind of basemap subplots in matlab
3 Kommentare
Walter Roberson
am 21 Jul. 2023
[Z,R] = egm96geoid;
[C,h] = contourm(Z,R, 'fill', 'on');
xlabel("Longitude")
ylabel("Latitude")
clegendm(C,h,-1)
Antworten (0)
Siehe auch
Kategorien
Mehr zu Geographic Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!