How do we make a plot of scatter3 with data shown on each panel (x-y,x-z,y-z)
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Gechang Cao
el 15 de Mayo de 2021
Comentada: Gechang Cao
el 16 de Mayo de 2021
How can we show the data on each panel in a 3d plot like the one below?
0 comentarios
Respuesta aceptada
Jonas
el 15 de Mayo de 2021
Editada: Jonas
el 15 de Mayo de 2021
you could use scatter3 four times, first you plot the black colored dots and with the three other scatter commands you plot the same data (in gray) but set the x, y or z data to a fixed value. then you can set xlim, ylim and zlim to the same values and you will see the plots on the wall
Más respuestas (0)
Ver también
Categorías
Más información sobre Surface and Mesh 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!