Pixel based image creating
이전 댓글 표시
Hi. I want to create the following image by Matlab Code. What is the easiest way to do it. Thanks.
댓글 수: 3
KSSV
2020년 6월 16일
Do you know the locations to fix the pixel values?
m = 100 ;
I = zeros(m) ;
In the above at the locations (i,j) change value from 0 to 1.
Aditya Verma
2020년 6월 16일
편집: Aditya Verma
2020년 6월 16일
Hi, are you looking to create the same image, or similar pixel based images? You might need to enter the values in matrix manually, as pointed by KSSV.
Taha Erkam Orhan
2020년 6월 16일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!