How to make a 3D scatterplot with perspective
显示 更早的评论
I need to create a 3D scatterplot that looks something like this:

Where X is left-right, Y is depth, and Z is height.
I have arrays of X, Y and Z points and have been playing with scatter3(), but need perspective in the Y direction to better show position, and other things like turning off the Z axes, etc. Is this possible?
回答(1 个)
Star Strider
2018-3-27
For example:
set(gca, 'Projection','perspective')
3 个评论
Dave Woodall
2018-3-27
Star Strider
2018-3-27
KAE
2019-7-30
I am confused by your picture. The dots all look the same size. Didn't you want faraway dots to look smaller and closer dots to look bigger?
类别
在 帮助中心 和 File Exchange 中查找有关 Scatter Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
