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.

NewClock(FunnyHand)
function NewClock(FunnyHand)

for ii=1:12,
    for jj=1:4,  
        set(FunnyHand(ii,jj),'visible','off');     
    end
end
    
for ii=1:12,
    jj=1+mod(fix(100*rand(1,1)),4);
    set(FunnyHand(ii,jj),'visible','on');
end

Contact us at files@mathworks.com