Converting from binary to original array values in Matlab
- by baal
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?