Help me, please. I want a matrix transform averaged and unique in specific col,
Mostrar comentarios más antiguos
I want first 1 and 2 columns unique and 3 coloum make average matrix.
for example
[1,2,11; 1,2,12; 1,2,13; 2,4,10; 2,4,12]
->
[1,2,12; 2,4,10]
How can I get that? I can do that very complex way but I think there is some smart way. Help me people
2 comentarios
Walter Roberson
el 20 de Oct. de 2011
If you want averaging, then why isn't the second row [2, 4, 11] ?
Sangjae
el 20 de Oct. de 2011
Respuesta aceptada
Más respuestas (1)
Pramod Bhat
el 20 de Oct. de 2011
0 votos
may u please elaborate your question? im not getting ur problem...
Categorías
Más información sobre Resizing and Reshaping Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!