3-D Parametric plot for opoints
plot3dot(x,y,z) plot3dot(x,y,z,mark_foreground,mark_style)
x data
y data
z data
marker color
marker style
This is the function to visualize 3-D Parametric plot for opoints
x = rand(1:10); y = rand(1:10); z = rand(1:10); plot3dot(x,y,z)