Arrays
조회 수: 4 (최근 30일)
이전 댓글 표시
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
2011년 12월 5일
If they're stored as variables n1, n2 etc., what is the problem with the code you give in your question?
채택된 답변
추가 답변 (1개)
Robert Cumming
2011년 12월 5일
help reshape
댓글 수: 2
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 Center 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!