How can I create the Basemaps subplots in matlab
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Please, How can I create this kind of basemap subplots in matlab
3 Commenti
Walter Roberson
il 21 Lug 2023
[Z,R] = egm96geoid;
[C,h] = contourm(Z,R, 'fill', 'on');
xlabel("Longitude")
ylabel("Latitude")
clegendm(C,h,-1)
Risposte (0)
Vedere anche
Categorie
Scopri di più su Geographic Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!