Put name in all side of scatter 3d plot?
1 次查看(过去 30 天)
显示 更早的评论
I can put some different name on all side of the scatter 3d plot. I also colorized the specific point in the plot. I also add those plot step by step & which one come first & then the second one.
0 个评论
回答(1 个)
Chad Greene
2017-7-25
Do you want this?
xlabel('this is the x axis')
ylabel('this is the y axis')
zlabel('this is the z axis')
2 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Scatter Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!