SourceCodePoint
Wednesday, 6 July 2016
Write a MATLAB program to read and display a image
Code:
clear;
clc;
I=imread(
'd:/matimage/baby.jpg'
);
imshow(I);
Output:
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment