From: corey kennedy on
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?