Generate a Sequence in MATLAB
Mostra commenti meno recenti
I have a 2d NxN image L. I need to convert it to a sequence of pixels L1={k1,k2,....kNxN} row wise
Risposta accettata
Più risposte (1)
Derek O'Connor
il 31 Gen 2012
L1 = L(:)'
2 Commenti
Walter Roberson
il 31 Gen 2012
That would not take the sequence "row-wise"; it would take them column-wise.
Derek O'Connor
il 31 Gen 2012
Sorry, I hadn't noticed the "row-wise".
Categorie
Scopri di più su Correlation and Convolution in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!