plot3, how to plot

2 visualizaciones (últimos 30 días)
Tomas
Tomas el 18 de Nov. de 2013
Comentada: Tomas el 18 de Nov. de 2013
i have Z={1x1 cell} {1x7 cell} {1x2 cell}
for j=1:k2
for d=1:length(Z{j})
B=Z{j}{d}
if (j==j)
plot3(B(1),B(2),B(3),'*b')
end
end
end
I want to plot if each j had other color
Thanks.
  7 comentarios
Walter Roberson
Walter Roberson el 18 de Nov. de 2013
What should the three values be connected to? Should there be a different line for each "j", or should there just be one line total but the parts of it that come from different "j" should be in different colors?
Tomas
Tomas el 18 de Nov. de 2013
each j different color

Iniciar sesión para comentar.

Respuestas (0)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by