MATLAB: How to plot coördinates in a 3D space

3d plotsMATLABmatrix

Hello,
I have a Nx3 matrix (N rows and 3 columns) where each row represents a position in space represented by a x-, y- and z-coördinate (each column). Is there a method to plot these positions connected by a line in a 3D space?
Thanks.

Best Answer

doc plot3
Related Question