Plot of 3D Matrix

Ive created a matrix of velocities for various positions along a square section in 3d. I would like to plot these velocities preferably with colours showing the velocity at each position, how would I go about doing this?

回答(2 个)

You can mesh or surf
doc mesh
doc surf

1 个评论

The matrix is a 3d matrix of size 100x100x200 so surf or mesh wont work. Id like a plot of size 100x100x200 with each node having a colour relating to its velocity.

请先登录,再进行评论。

doc isosurface
doc patch
and perhaps
doc quiver3
doc coneplot

2 个评论

None of these work. I effectively want a scatter graph with the coordinates being the i,j,k of the points in the matrix and their colour being the value of the matrix at i,j,k.
so scatter3 should work.

请先登录,再进行评论。

类别

标签

提问:

2012-2-22

Community Treasure Hunt

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

Start Hunting!

Translated by