How to plot a 3D contour plot when the contours is a forth vector

4 visualizaciones (últimos 30 días)
Robert Jones
Robert Jones el 9 de Sept. de 2024
Comentada: Star Strider el 11 de Sept. de 2024
Hello,
I have a set of data X,Y,Z,A. I would like to plot A in 3D. Not sure how to proceed.
It would be nice to have contour plots for A as a function of x,y,z
Is this possible?
Thank you

Respuestas (1)

Star Strider
Star Strider el 9 de Sept. de 2024
Use the contour3 function. If ‘A’ is a list of the contour levels, all the MATLAB contour functions accommodate defining the contour levels in a vector. The contour3 function can be used in conjunction with surf (or surfc) to plot them on the surface. Use the hold function to do that.
  5 comentarios

Iniciar sesión para comentar.

Categorías

Más información sobre Contour Plots en Help Center y File Exchange.

Productos


Versión

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by