[scilab-Users] Grid for selected cluster of 3D points

Samuel Gougeon sgougeon at free.fr
Thu Jul 19 09:46:21 CEST 2012


Le 18/07/2012 12:21, pranav a écrit :
> Hi,
> Is it possible to create grid on a cluster of 3D points.For example i want
> to display a checkerboard(with 3D coordinates) in form of a grid.
>    
Do you mean like this:

[X,Y] = meshgrid(1:8);
clf
Matplot(pmodulo(X+Y,2)+1)
a = gca();
a.rotation_angles = [75, 330];




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20120719/f16749bf/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: moz-screenshot-1.png
Type: image/png
Size: 9497 bytes
Desc: not available
URL: <https://lists.scilab.org/pipermail/users/attachments/20120719/f16749bf/attachment.png>


More information about the users mailing list