How do we make a plot of scatter3 with data shown on each panel (x-y,x-z,y-z)
1 次查看(过去 30 天)
显示 更早的评论
How can we show the data on each panel in a 3d plot like the one below?
0 个评论
采纳的回答
Jonas
2021-5-15
编辑:Jonas
2021-5-15
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
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Surface and Mesh Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!