Plotting 3D- matrix values against other 3D-matrix values

1 次查看(过去 30 天)
Hi! I have two 3D matrices with the same size, x and y. I want to plot the values of y against the values of x. How can I do it?

采纳的回答

B Mohandes
B Mohandes 2016-11-10
you don't care about the fact that the matrices are 3D or not. you might as well convert the matrices to a vector, as long as you're plotting each point in x against each point in y. hence: plot(x(:),y(:)); %should do the trick
------------------------- prayers for syria
  1 个评论
Joaquim
Joaquim 2016-11-10
Is there any alternative? My matrices are 288x288x400, so the matlab starts to crahs when I try to make the scatter plot.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Scatter Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by