Community Profile

photo

GABRIEL GARCÍA CASA


Last seen: 2 years ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


If I have to create a number with a boolean matrix, is it possible to flip a column but still conserve it on its original position? How?
function A = pinta_display(num) A = ones(150,100); if num == 1 A (20:130,70:80) = 0; imshow(A) % Here ...

4 years ago | 1 answer | 0

1

answer