Put name in all side of scatter 3d plot?
조회 수: 4 (최근 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
Chad Greene
2017년 7월 26일
Your question remains unclear. Can you draw a picture of what you want to do?
참고 항목
카테고리
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!