필터 지우기
필터 지우기

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

조회 수: 2 (최근 30일)
untitled.png

채택된 답변

Guillaume
Guillaume 2019년 7월 25일
The logical not operator is ~ (or you can use not):
invertedI = ~BW
%or
invertedI = not(BW)

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by