The function you are looking for is scatter3. help scatter3 for details and example. The other function might be mesh(),surf() as long as you have X,Y and Z data.
[x,y,z]=peaks;
surf(x,y,z)
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!