creation of parameter map coastline
Show older comments
Hello,
I would like to know how to put in the coastline map the main parameter (aragonite saturation), obtaining just the points where it is.
e.g. figure I have created:

I need to know just which stations (dots) have my parameter (aragonite saturation), while these whose are all the parameters. Precisely I've used:
load coastlines
figure; hold on
xlim([-45,5])
ylim([25,50])
plot(coastlon,coastlat)
plot(long1-360,lat1,'.r');
plot(long2-360,lat2,'.b');
plot(long3-360,lat3,'.g');
Is possible to put inside these steps the variable I need?
Thank you
Sofia Stella
1 Comment
darova
on 27 Nov 2019
The question is unclear
Can you show what points you want to find?
Accepted Answer
More Answers (0)
Categories
Find more on Image Processing and Computer Vision 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!