I have some 3D reconstructed data which I need to visualize in MATLAB. It's quite a lot of data approx 1000x1000x1000, so naturally I most do some efficient visualization.
Any ideas how to visualize it, both in terms of 2D and 3D?
Thanks
I have some 3D reconstructed data which I need to visualize in MATLAB. It's quite a lot of data approx 1000x1000x1000, so naturally I most do some efficient visualization.
Any ideas how to visualize it, both in terms of 2D and 3D?
Thanks
You can also use 3D scatter plot in MATLAB:
scatter3(outX,outY,outZ,[size of point], [color value for each point] )