Generate a Sequence in MATLAB
이전 댓글 표시
I have a 2d NxN image L. I need to convert it to a sequence of pixels L1={k1,k2,....kNxN} row wise
채택된 답변
추가 답변 (1개)
Derek O'Connor
2012년 1월 31일
L1 = L(:)'
댓글 수: 2
Walter Roberson
2012년 1월 31일
That would not take the sequence "row-wise"; it would take them column-wise.
Derek O'Connor
2012년 1월 31일
Sorry, I hadn't noticed the "row-wise".
카테고리
도움말 센터 및 File Exchange에서 Correlation and Convolution에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!