필터 지우기
필터 지우기

Convert a 3D plot to an array?

조회 수: 1 (최근 30일)
Paul C
Paul C 2019년 6월 23일
댓글: Adam Danz 2019년 6월 24일
Hi
I have 3 vectors (x,y,z) which i plot using the plot3 function. I get something like this:
test.png
I need to convert this to a 3D array, in 2 ways :
  • as is (data as dots)
  • as a line plot, ie as if i plotted the same vectors but as a line as shown below
test2.png
How can i do this? I need a 3D variable describing the above object to manipulate after...
Any help would be appreciated!
Thank you
  댓글 수: 1
Adam Danz
Adam Danz 2019년 6월 24일
"I need to convert this to a 3D array, in 2 ways :
  • as is (data as dots)"
If you're already doing that, what do you need specifically?
" * as a line plot, ie as if i plotted the same vectors but as a line as shown below"
plot(x,y,z,'-')

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Line Plots에 대해 자세히 알아보기

태그

제품


릴리스

R2016a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by