
Bilal Habib
Followers: 0 Following: 0
Feeds
已回答
How to convert matrix into image ?
a = imread('Rose-flower.jpg'); subplot(2,3,1); imshow(a); c = rgb2gray(a); subplot(2,3,2); imshow(c) % Class Task: h =[1 ...
How to convert matrix into image ?
a = imread('Rose-flower.jpg'); subplot(2,3,1); imshow(a); c = rgb2gray(a); subplot(2,3,2); imshow(c) % Class Task: h =[1 ...
5 years 前 | 0