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:
Map_OmegaAR_EMODNET.jpg
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 commentaire

darova
darova le 27 Nov 2019
The question is unclear
Can you show what points you want to find?

Connectez-vous pour commenter.

 Réponse acceptée

Sofia Stella
Sofia Stella le 27 Nov 2019

0 votes

iN THE SAME map, how could I create a GRID on?

1 commentaire

Sofia Stella
Sofia Stella le 27 Nov 2019
Sure.
These coloured points shows me ALL the chemical parameters of my stations (the dots).
But I want see just the stations of one particular parameter (Aragonite saturation), and see in how many stations are.
I mean, not all the stations have this parameter and i need to filter them.
I hope is more clean the answer.
Regards

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Chemical Process Design dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by