4-D plot in Matlab

1 visualización (últimos 30 días)
Adam Silva
Adam Silva el 12 de Mzo. de 2015
Comentada: Adam Silva el 13 de Mzo. de 2015
I have 4 vectors of size 50. How can I plot them in 4-D in Matlab. I tried "surf". But Matlab gives me an error "Z must be a matrix, not a scalar or vector."

Respuesta aceptada

Chad Greene
Chad Greene el 13 de Mzo. de 2015
For vectors v1, v2, v3, and v4, you can plot the first three vectors as x,y,z locations and v4 as color with
scatter3(v1,v2,v3,30,v4,'filled')
The 30 scales the marker size.
  1 comentario
Adam Silva
Adam Silva el 13 de Mzo. de 2015
Thank you. It works.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Line 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