Pixel based image creating
Ältere Kommentare anzeigen
Hi. I want to create the following image by Matlab Code. What is the easiest way to do it. Thanks.
3 Kommentare
KSSV
am 16 Jun. 2020
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
am 16 Jun. 2020
Bearbeitet: Aditya Verma
am 16 Jun. 2020
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
am 16 Jun. 2020
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Read, Write, and Modify Image finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!