creation of parameter map coastline
Mostrar comentarios más antiguos
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 comentario
darova
el 27 de Nov. de 2019
The question is unclear
Can you show what points you want to find?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Chemical Process Design en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!