How to union columns in the same Variable (Array) ?
Mostrar comentarios más antiguos

.
.
How do i union column 1,2,3.... 9 together in this case? All in the same variable.
1 comentario
Jan
el 1 de Nov. de 2014
Please do not post screen shots. It makes it much harder to create an answer.
Respuesta aceptada
Más respuestas (2)
Azzi Abdelmalek
el 31 de Oct. de 2014
They are already in the same variable, but if you mean how to reshape for example the variable x
out=x(:)
Peter Perkins
el 1 de Nov. de 2014
0 votos
I think you are looking for UNIQUE.
1 comentario
hithere
el 1 de Nov. de 2014
Categorías
Más información sobre Logical 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!