plot a vector with 3 axes
이전 댓글 표시
Hi all,
I am trying to plot a vector in a graph with 3 axes, but I am confused how to do it. I tried with plot 3.
The matrix is
A=[20 15 120 0.85;20 9 100 1.35;30 6 100 0.18; 30 9 140 1.65; 40 6 80 0.25;40 12 100 1.42]
So I would like to plot the 4th column, with 3 axes that are defined by the other three columns.
any ideas how to do that?
thanks!
댓글 수: 3
Image Analyst
2018년 12월 4일
What does that mean exactly? Is column 1 the x values, column 2 the y values, and column 3 the Z values and you want a plot where the data point's value (the 4th column) is indicated by the size or color of the marker?
Nikolas Spiliopoulos
2018년 12월 4일
Image Analyst
2018년 12월 4일
How would you like the data point to look for different values of the 4th column? Let's say one (x,y,z) point had a value of 10 and another had a value of 140. In what way would they look different?
채택된 답변
추가 답변 (1개)
madhan ravi
2018년 12월 4일
0 개 추천
카테고리
도움말 센터 및 File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!