Monday, March 20, 2017

imread and imshow command example in matlab

  • code:  
RGB = imread('football.jpg'); %imread command
imshow(RGB);%imshow command
xlabel('imread');
  • output:


















No comments:

Post a Comment