plot 3d set of data(x,y,z) colored by the z coordinate
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Let's say: I have a set of data (x,y,z) containing 1000 points
[x1 y1 z1
x2 y2 z2
x3 y3 z3
.........
xn yn zn]
I want to plot all points in 3d-coordinate and the contour is colored by z-coordinate value (as the below sample). How can I do that?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/170279/image.png)
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Colormaps finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!