Camera
Completion requirements
function G = camera()
haz= ceil(3*rand(1));
photo = ['engrene',num2str(haz),'.jpg'];
G = imread(photo);
end