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!