Arrays

4 次查看(过去 30 天)
Ahmad
Ahmad 2011-12-5
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 个评论
David Young
David Young 2011-12-5
How are the column vectors stored or accessed?
David Young
David Young 2011-12-5
If they're stored as variables n1, n2 etc., what is the problem with the code you give in your question?

请先登录,再进行评论。

采纳的回答

Walter Roberson
Walter Roberson 2011-12-5
  4 个评论
Sean de Wolski
Sean de Wolski 2011-12-5
How about cell2mat (if all of the cells are the same size)
Ahmad
Ahmad 2011-12-6
Thanks for the help Walter Roberson. :)

请先登录,再进行评论。

更多回答(1 个)

Robert Cumming
Robert Cumming 2011-12-5
  2 个评论
Ahmad
Ahmad 2011-12-5
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.
Robert Cumming
Robert Cumming 2011-12-5
http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by