Converting Upper triangle to lower triangle
Mostrar comentarios más antiguos
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 comentarios
Geoff Hayes
el 2 de Feb. de 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
el 3 de Feb. de 2015
Abe
el 3 de Feb. de 2015
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!