photo

heba ahmed


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Image Processing
b=uint8(zeros(256,256)); >> [i j]=size(b); >> for i=1:256 for j=1:256 b(i,j)=i; end end >> imshow(b,[8]);

4 years ago | 0