MATLAB: 3D scatter plots

3d plotsno question

hi I have a small set of 3D points, say for example 2 pts. (1,2,3) ,(4,5,6) I would like to plot these in a 3D graph.
thank you
david

Best Answer

I don't see a question, so have fun!
You'll probably be using either scatter3() or plot3() - they'll both do it.