using contourf I am able to get the map I need, but when using contourfm (for a map), I get the error
Error using adjustPolarVertices>adjustPV
4 polar vertices: Too many.
How can I avoid this error?


Use geoplot3 or geoglobe functions if you want 3D plots. They are able to handle the data well than other 2D/3D plot functions.
Check also if the lats lons data are in WGS84 coordinate reference system since geoaxes function uses the same type of coordinate system.
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!