MATLAB: Get a 3d image

image processing

how can i get a 3d image if i have x,y,z in separate arrays?

Best Answer

surf()
scatter3()
plot3()
Related Question