Generate a Sequence in MATLAB
Ältere Kommentare anzeigen
I have a 2d NxN image L. I need to convert it to a sequence of pixels L1={k1,k2,....kNxN} row wise
Akzeptierte Antwort
Weitere Antworten (1)
Derek O'Connor
am 31 Jan. 2012
L1 = L(:)'
2 Kommentare
Walter Roberson
am 31 Jan. 2012
That would not take the sequence "row-wise"; it would take them column-wise.
Derek O'Connor
am 31 Jan. 2012
Sorry, I hadn't noticed the "row-wise".
Kategorien
Mehr zu Correlation and Convolution finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!