Binary matrix in Matlab
古いコメントを表示
Hi, i'm a research student , i have a Question :
i'm stuck in some Matlab codes , i want to find the inverse of a binary matrix ,
is there any function that can find the inverse of a matrix ( binary form )
can any one help me
Thanks in advance .
採用された回答
その他の回答 (1 件)
Image Analyst
2019 年 7 月 4 日
If by "inverse" you meant to turn true into false and turn false into true, do this
binaryImage = ~binaryImage;
カテゴリ
ヘルプ センター および File Exchange で Error Detection and Correction についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!