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!