image thumbnail
from Clock Bell by Krishna Lalith
Place the coins on turn basis, on the board to complete &/or to block to gain different medals.

Clockread.m
%Clock reader
clc
a=imread('6.bmp');
h=image(a);
get(h)
set(h,'Xdata',[1 400],'Ydata',[1 400])
axis off

Contact us