How to union columns in the same Variable (Array) ?
Mostra commenti meno recenti

.
.
How do i union column 1,2,3.... 9 together in this case? All in the same variable.
1 Commento
Jan
il 1 Nov 2014
Please do not post screen shots. It makes it much harder to create an answer.
Risposta accettata
Più risposte (2)
Azzi Abdelmalek
il 31 Ott 2014
They are already in the same variable, but if you mean how to reshape for example the variable x
out=x(:)
Peter Perkins
il 1 Nov 2014
0 voti
I think you are looking for UNIQUE.
1 Commento
hithere
il 1 Nov 2014
Categorie
Scopri di più su Logical in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!