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

2 Ansichten (letzte 30 Tage)
Robert Jones
Robert Jones am 9 Sep. 2024
Kommentiert: Star Strider am 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

Antworten (1)

Star Strider
Star Strider am 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 Kommentare

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Contour Plots finden Sie in Help Center und File Exchange

Produkte


Version

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by