Converting from binary to original array values in Matlab

Posted by baal on Stack Overflow See other posts from Stack Overflow or by baal
Published on 2010-05-06T15:25:59Z Indexed on 2010/05/06 15:28 UTC
Read the original article Hit count: 92

Filed under:

Given a 2D array that has been converted to binary, for some index values of the binary array how do you find the corresponding values in the original?

Maybe something using ind2sub?

© Stack Overflow or respective owner

Related posts about matlab