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 .

 채택된 답변

Bruno Luong
Bruno Luong 2019년 7월 4일
편집: Bruno Luong 2019년 7월 4일

0 개 추천

If you have communications toolbox, create galois field array (with m=1) then apply inv.

추가 답변 (1개)

Image Analyst
Image Analyst 2019년 7월 4일

1 개 추천

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에 대해 자세히 알아보기

태그

질문:

2019년 7월 3일

답변:

2019년 7월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by