Prev: Generating volume coordinates of an irregular polyhedron using vertices
Next: How to pass an array value to structure name?
From: corey kennedy on 25 Mar 2010 17:21 I'm creating a checkerboard for a project and have used K = (checkerboard(100)>.5); figure, s=imshow(K) axis on What I hope to do is fix the image so i can use rotate3d. Is this possible? If so, what do I use to fix it in order to rotate or create a checkboard that is rotatable? |