Know more, Grow more!!!
Its about everything that you need to know!
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment