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!