Convert a 3D plot to an array?

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 个评论

"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 个)

类别

帮助中心File Exchange 中查找有关 Annotations 的更多信息

产品

版本

R2016a

标签

提问:

2019-6-23

评论:

2019-6-24

Community Treasure Hunt

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

Start Hunting!

Translated by