Borrar filtros
Borrar filtros

3D scatter plots

2 visualizaciones (últimos 30 días)
david edwards jr
david edwards jr el 28 de Ag. de 2018
Comentada: david edwards jr el 31 de Ag. de 2018
hi I have a small set of 3D points, say for example 2 pts. (1,2,3) ,(4,5,6) I would like to plot these in a 3D graph.
thank you
david

Respuesta aceptada

Image Analyst
Image Analyst el 28 de Ag. de 2018
I don't see a question, so have fun!
You'll probably be using either scatter3() or plot3() - they'll both do it.
  3 comentarios
Steven Lord
Steven Lord el 31 de Ag. de 2018
Pass vectors into scatter3 as the coordinate inputs rather than passing scalars. Run the example "Create 3-D Scatter Plot" on the scatter3 documentation page and look at the size of x, y, and z. There are as many markers in that scatter3 plot as there are elements in x, y, and z.
david edwards jr
david edwards jr el 31 de Ag. de 2018
works well!! thank you
david

Iniciar sesión para comentar.

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