Arrays
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have 'n' number of column vectors of size 3000.
I want to put these 'n' column vectors in a matrix like this
X = [n1 n2 n3 ...];
Any help is appreciated. Thanks
Edit I have an image matrix converted to vector. I have around 300 Image vectors now. I have to make a complete array with having all those 300 vectors. In that matrix there should be 1 column of each image vector. here n1 is my first image vector, n2 is second image vector and so on.
2 commentaires
David Young
le 5 Déc 2011
If they're stored as variables n1, n2 etc., what is the problem with the code you give in your question?
Réponse acceptée
Plus de réponses (1)
Robert Cumming
le 5 Déc 2011
help reshape
2 commentaires
Robert Cumming
le 5 Déc 2011
http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer
Voir également
Catégories
En savoir plus sur Logical dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!