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

2 views (last 30 days)
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

Answers (1)

Chad Greene
Chad Greene on 9 Mar 2019
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.

Categories

Find more on Oceanography and Hydrology in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!