need explanation

Ghar

Joined Mar 8, 2010
655
I think the problem is that && is a logical AND while C > D will return a matrix.
Try using & for bitwise AND.
Not sure what result you'll get though...
 
Top