<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Le 18/07/2012 12:21, pranav a écrit :
<blockquote cite="mid:1342606882723-4024600.post@n3.nabble.com"
 type="cite">
  <pre wrap="">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.
  </pre>
</blockquote>
Do you mean like this:<br>
<br>
<tt>[X,Y] = meshgrid(1:8);<br>
clf<br>
Matplot(pmodulo(X+Y,2)+1)<br>
a = gca();<br>
a.rotation_angles = [75, 330];<br>
</tt><br>
<br>
<img src="cid:part1.05060604.04010707@free.fr" alt=""><br>
<br>
</body>
</html>