Borrar filtros
Borrar filtros

How can I create the Basemaps subplots in matlab

1 visualización (últimos 30 días)
TTA
TTA el 21 de Jul. de 2023
Comentada: Walter Roberson el 21 de Jul. de 2023
Please, How can I create this kind of basemap subplots in matlab
  3 comentarios
TTA
TTA el 21 de Jul. de 2023
@Walter Roberson please can you give a prototype?
Walter Roberson
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)

Iniciar sesión para comentar.

Respuestas (0)

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!

Translated by