Azzera filtri
Azzera filtri

Present 0 with white pixel and 1 with black pixel in matrix

2 visualizzazioni (ultimi 30 giorni)
Hello,
I have a matrix A, with elements are 0 or 1,
how to tell
imshow(); function
to represent 0 value with a while pixel and 1 value with a black pixel ?
when I use imshow(A); only. Sometimes I had like want I want, and sometimes I had the inverse.

Risposta accettata

Image Analyst
Image Analyst il 28 Mag 2020
imshow(~A);

Più risposte (0)

Categorie

Scopri di più su Images in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by