countour plot of three variable ?
Mostrar comentarios más antiguos
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
1 comentario
Star Strider
el 20 de Dic. de 2017
Respuestas (1)
Walter Roberson
el 20 de Dic. de 2017
0 votos
Use griddedInterpolant()
Categorías
Más información sobre Contour Plots 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!