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

3 views (last 30 days)
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

Answers (1)

Star Strider
Star Strider on 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 Comments

Sign in to comment.

Categories

Find more on Contour Plots in Help Center and File Exchange

Products


Release

R2023a

Community Treasure Hunt

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

Start Hunting!