How can I split a matrix with connection data?

Hi everybody,
I have a matrix (18x18) with connection results (first, meaning that I have the values one (1) in all coordinates with the same number like (2,2), (3,3) and so on). Second, I also have the double amount of values with (11,2) and (2,11) being the same value.
I'm therefore interested in a way to divide the matrix into two (and thereby only keeping the real connection data and only one value for each connection. Does anyone know how to do that?
Best regards,
Christian

 Respuesta aceptada

Guillaume
Guillaume el 8 de Dic. de 2014

2 votos

It's not easy to understand what you're asking without an example.
Does triu (or tril) do what you want?

3 comentarios

Eric
Eric el 8 de Dic. de 2014
This does exactly what I need.
Thank you.
Star Strider
Star Strider el 8 de Dic. de 2014
@Guillaume —
+1 for understanding the Question!
Eric
Eric el 9 de Dic. de 2014
Thank you for noticing Star Strider! I'll try harder in the future.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.

Preguntada:

el 8 de Dic. de 2014

Comentada:

el 9 de Dic. de 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by