Binary matrix in Matlab

9 次查看(过去 30 天)
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
If you have communications toolbox, create galois field array (with m=1) then apply inv.

更多回答(1 个)

Image Analyst
Image Analyst 2019-7-4
If by "inverse" you meant to turn true into false and turn false into true, do this
binaryImage = ~binaryImage;

类别

Help CenterFile Exchange 中查找有关 Error Detection and Correction 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by