countour plot of three variable ?

3 vues (au cours des 30 derniers jours)
Akim Mahmud
Akim Mahmud le 20 Déc 2017
Hi I have thistext file ( please see attached )with 3 columns ( lat, lon and depth ) I want to plot a contour map of the water depth as a function of lat and lon. I used the following code contour (lat,lon,depth) where I extracted lat, lon, and depth separately but I get this error "Z must be at least a 2x2 matrix."
any help ? thanks

Réponses (1)

Walter Roberson
Walter Roberson le 20 Déc 2017
Use griddedInterpolant()

Catégories

En savoir plus sur Contour Plots 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!

Translated by