3D function plotting
Mostrar comentarios más antiguos
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.
Respuesta aceptada
Más respuestas (3)
KSSV
el 14 de Oct. de 2016
0 votos
Check this file exchange to plot a cube. https://in.mathworks.com/matlabcentral/fileexchange/15161-plotcube
1 comentario
Albert Jimenez
el 14 de Oct. de 2016
Steven Lord
el 14 de Oct. de 2016
0 votos
See the volume visualization section of the documentation for various tools and techniques you can use to visualize that type of data.
Image Analyst
el 14 de Oct. de 2016
0 votos
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
Categorías
Más información sobre Surface and Mesh Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!