I have a cub of side 10 discretized with space step 0.05 and a 3D function f taking values in that cube. Particularly, the element (i,j,k) of the matrix M gives the value of f in that point. For instance, M(i,j,k) = f(i*0.05, j*0.05, k*0.05).
How could I plot f function in the cube? I expect the value of f in the region (0,10)x(0,10)x(0,10).
Thanks. If something is missing, I will try to make it clear asap.

 채택된 답변

Albert Jimenez
Albert Jimenez 2016년 11월 25일

0 개 추천

I have found the solution. I use a program called Paraview.
Thanks

추가 답변 (3개)

KSSV
KSSV 2016년 10월 14일

0 개 추천

댓글 수: 1

Albert Jimenez
Albert Jimenez 2016년 10월 14일
I think that is not exactly what I want. The file you are suggesting just plot a cube. I want to plot f function.
Thanks

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

Steven Lord
Steven Lord 2016년 10월 14일

0 개 추천

See the volume visualization section of the documentation for various tools and techniques you can use to visualize that type of data.
Image Analyst
Image Analyst 2016년 10월 14일

0 개 추천

MATLAB does not have good volume visualization capabilities. It's pretty much limited to primitive operations like isosurfaces and cut-away views. If you want true volume visualization, you'll have to use a program like Avizo

카테고리

질문:

2016년 10월 14일

답변:

2016년 11월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by