Converting Upper triangle to lower triangle
Show older comments
Hello all, I have a small point that stopping me in some ideas. It is about how to convert the binary lower triangle to xor upper triangular. For example: A = tril(randerr(4,4)); and then get A. I want the upper triangle = xor of A or we can say as conjugate A. The result if we XORed the Upper to Lower we get the zeros or ones.
3 Comments
Geoff Hayes
on 2 Feb 2015
Abe - please clarify with an example what it is that you are looking for. If you have some zeros and ones in the lower triangular part of the matrix, how is the upper triangular part of the matrix related to it? If you xor the lower part with the upper part, what do you expect to see? All zeros or all ones or something else?
Abe
on 3 Feb 2015
Abe
on 3 Feb 2015
Accepted Answer
More Answers (0)
Categories
Find more on Logical in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!