Contour3D temperature (xyz data) on a river bathymetry
Afficher commentaires plus anciens
Hi,
I have a bathymetry raster file (x,y,z) and temperature transect file (x1, y1, z1); they are not the same size.
I want to do the following:
- to cut the bathymetry coverage to cover the temperature transect domain only.
- to do contour3 of the temperature on the new bathymetry domain.
Can someone give me a hint of the functions to perform the two and plot them on XYZ coordinate.
Thanks.
Réponses (2)
KSSV
le 30 Mar 2022
0 votes
You need to read about griddata or scatteredInterpolant. These are the function you are supposed to use.
Sri Adiyanti
le 30 Mar 2022
0 votes
2 commentaires
KSSV
le 30 Mar 2022
Attach your data....it can be achieved...
Sri Adiyanti
le 30 Mar 2022
Catégories
En savoir plus sur Weather and Atmospheric Science dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!