<< Analytic Geometry Analytic Geometry Camera Handling >>

IPCV - Image Processing and Computer Vision Toolbox for Scilab >> Analytic Geometry > plot3dot

plot3dot

3-D Parametric plot for opoints

Syntax

plot3dot(x,y,z)
plot3dot(x,y,z,mark_foreground,mark_style)

Parameters

x :

x data

y :

y data

z :

z data

mark_foreground :

marker color

mark_style :

marker style

Description

This is the function to visualize 3-D Parametric plot for opoints

Examples

x = rand(1:10);
y = rand(1:10);
z = rand(1:10);
plot3dot(x,y,z)

Authors


Report an issue
<< Analytic Geometry Analytic Geometry Camera Handling >>