>> img = imread(‘’);
>> imgreen = im( : , : );
>> imshow(imgreen);
>> line([1 512],[256 256]);
>> plot(imgreen(256, : ));