How can I create the Basemaps subplots in matlab
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Please, How can I create this kind of basemap subplots in matlab
3 comentarios
Walter Roberson
el 21 de Jul. de 2023
[Z,R] = egm96geoid;
[C,h] = contourm(Z,R, 'fill', 'on');
xlabel("Longitude")
ylabel("Latitude")
clegendm(C,h,-1)
Respuestas (0)
Ver también
Categorías
Más información sobre Geographic Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!