Azzera filtri
Azzera filtri

how to change white background to black and black foreground to white?

2 visualizzazioni (ultimi 30 giorni)
untitled.png

Risposta accettata

Guillaume
Guillaume il 25 Lug 2019
The logical not operator is ~ (or you can use not):
invertedI = ~BW
%or
invertedI = not(BW)

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by