Borrar filtros
Borrar filtros

Scattering 3D points (x y z) on a 2D plot (x y)

3 visualizaciones (últimos 30 días)
Arian Kolahi Sohrabi
Arian Kolahi Sohrabi el 20 de Mzo. de 2019
Comentada: Subhash Chandra Ranga el 29 de Abr. de 2021
Hello,
I'm trying to scatter 3D points (x y z) on a 2D plot (x y) such that the z axis is hidden, but hovering on data points shows the value of x y AND z for that particular point. I've searched around found nothing.
The goal is for it too look something like the impixel() function, where the plot is 2D, but hovering on the pixel pionts also shows the values for RGB.
Thank you.

Respuesta aceptada

Star Strider
Star Strider el 20 de Mzo. de 2019
Use the scatter3 (link) function, and the view (link) function, specifically:
view(0, 90)
  3 comentarios
Star Strider
Star Strider el 20 de Mzo. de 2019
As always, my pleasure.
Subhash Chandra Ranga
Subhash Chandra Ranga el 29 de Abr. de 2021
Hi Star Strider
Is it possible to scatter 3D points (x y z) on a 2D plot (S ,T).

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

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

Etiquetas

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by