How can I recenter a map

3 visualizaciones (últimos 30 días)
mahmoud zemzami
mahmoud zemzami el 24 de Jun. de 2020
Respondida: Mehmed Saad el 24 de Jun. de 2020
Hi,
I created a map using pcolor. The map has longitudes starting from 0 to 360. I want that the map starts from -180 to +180 that the greenwch will be the center of the map.
The map come from a necdf file with latitudes, longitudes and precipitation.
map=pcolor(map_longitude,map_latitude,precipitation_change)

Respuestas (1)

Mehmed Saad
Mehmed Saad el 24 de Jun. de 2020
Use fftshift for that purpose.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by