Generate a Sequence in MATLAB
Afficher commentaires plus anciens
I have a 2d NxN image L. I need to convert it to a sequence of pixels L1={k1,k2,....kNxN} row wise
Réponse acceptée
Plus de réponses (1)
Derek O'Connor
le 31 Jan 2012
L1 = L(:)'
2 commentaires
Walter Roberson
le 31 Jan 2012
That would not take the sequence "row-wise"; it would take them column-wise.
Derek O'Connor
le 31 Jan 2012
Sorry, I hadn't noticed the "row-wise".
Catégories
En savoir plus sur Correlation and Convolution dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!