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개)

Honglei Chen
Honglei Chen 2012년 2월 22일

0 개 추천

You can mesh or surf
doc mesh
doc surf

댓글 수: 1

kicks66
kicks66 2012년 2월 22일
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.

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

Sean de Wolski
Sean de Wolski 2012년 2월 22일

0 개 추천

doc isosurface
doc patch
and perhaps
doc quiver3
doc coneplot

댓글 수: 2

kicks66
kicks66 2012년 2월 22일
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.
Sean de Wolski
Sean de Wolski 2012년 2월 22일
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