MATLAB: 3D function plotting

3d3d matrices3d plotsplotplot3plottingsurfacevolume visualization

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.

Best Answer

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