Is this grayscale image?
1 view (last 30 days)
Show older comments
Kiha Kim
on 13 Dec 2021
Answered: Walter Roberson
on 13 Dec 2021
A= zeros(10,10);
B=ones(10,10);
C=[ A B A B A B A];
D=[C;C;C;C;C;C;C;C];
imshow(D)
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Feature Detection and Extraction in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!