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

3 vues (au cours des 30 derniers jours)
Robert Jones
Robert Jones le 9 Sep 2024
Commenté : Star Strider le 11 Sep 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

Réponses (1)

Star Strider
Star Strider le 9 Sep 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 commentaires
Robert Jones
Robert Jones le 11 Sep 2024
Thanks, will try
Star Strider
Star Strider le 11 Sep 2024
My pleasure!

Connectez-vous pour commenter.

Produits


Version

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by