How to grid with distance?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Alejandra Uguet de Resayre
le 17 Mar 2022
Réponse apportée : Voss
le 18 Mar 2022
Hello!
I have this bunch of data taken by a glider that swims up and down from west to east. I want to grid that data with depth and distance, but I don't know how to transform values of longitude and latitude to kilometers.
[glider.XD,glider.YD]=meshgrid(min(x km):5:max(x km),0:dz:-800);
How can I do that?
Thanks a lot!!
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Map Display dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!