Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
image processing
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
hi all
how can i convert 2-D matrix(image) into vector. please reply me.
many thanks
0 commentaires
Réponses (3)
Taleb Almajrbi
le 4 Avr 2011
2 commentaires
Sean de Wolski
le 4 Avr 2011
Yes, this is correct. I would do it with numel since that's robust to higher dimensional matrices and faster:
Sv1=reshape(F1,numel(F1),1);
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!