Plotting Points in 3D

231 visualizaciones (últimos 30 días)
Nikolay Rodionov
Nikolay Rodionov el 28 de Jul. de 2012
Hi,
I would like to make a plot of points in 3 dimensions. I have each points X,Y,Z position and I also need to color them based on a fourth numerical variable.
How can I do this?

Respuesta aceptada

bym
bym el 28 de Jul. de 2012
from the documentation:
scatter3(X,Y,Z,S,C)
scatter3(X,Y,Z,S,C) displays colored circles at the locations specified by the vectors X, Y, and Z (which must all be the same size).

Más respuestas (0)

Categorías

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

Community Treasure Hunt

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

Start Hunting!

Translated by