from
Globs Game Player and Solver
by Husam Aldahiyat
Play and/or solve this fun and addictive game.
|
| fillcc(x,y,c)
|
function h = fillcc(x,y,c)
t = 0:0.1:2*pi;
cl = getcol;
h = fill(cos(t)*.1+x,sin(t)*.1+y,cl(c,:));
end
|
|
Contact us at files@mathworks.com