Converting Upper triangle to lower triangle
Ältere Kommentare anzeigen
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 Kommentare
Geoff Hayes
am 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
am 3 Feb. 2015
Abe
am 3 Feb. 2015
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Logical finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!