suppose you have read the coordinates vectors x, y and z

you can plot it as follow
param3d(x,y,z);//here you get a curve that connects the points
//now if you want only to draw points for each triple (x(i),y(i),z(i)) execute the following instructions just after the param3d call
p=gce();
p.line_mode = "off";
p.mark_mode = "on";

Serge Steer
Le 12/02/2013 08:52, mjnovice a écrit :
How can we plot 3D points by reading from a file the coordinates and then
plotting the points in 3D ? Can someone help me with any script or commands?
Plz Help



--
View this message in context: 
http://mailinglists.scilab.org/plotting-using-3d-points-tp4025909.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at 
Nabble.com.
_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users


_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to