function pixel(x,y,c)
hold on

h = image(x,y,c);

hold off

