How can I make an image with both ocean and land information?

6 次查看(过去 30 天)
I would like to make images like this... I normally use imagesc and just set the top part of the colormap to black for land. I have ocean data, for example sea surface temperature, SST, and a landmask, but would like to upgrade the image to include land details like below.... any ideas or suggestions? Thanks, Chelle

回答(1 个)

Chad Greene
Chad Greene 2019-3-9
This is very easy with the Climate Data Toolbox for Matlab! First, plot the base image with earthimage, then overlay it with a pcolor or imagescn plot of SSTs. Just make sure the land values of the SST grid are NaN, which will make them transparent. If you need to, use the island function to determine which grid cells are land, and set them to NaN.

类别

Help CenterFile Exchange 中查找有关 Oceanography and Hydrology 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by