Binary matrix in Matlab
Mostra commenti meno recenti
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 .
Risposta accettata
Più risposte (1)
Image Analyst
il 4 Lug 2019
If by "inverse" you meant to turn true into false and turn false into true, do this
binaryImage = ~binaryImage;
Categorie
Scopri di più su Error Detection and Correction in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!