Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
image processing
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
hi all
how can i convert 2-D matrix(image) into vector. please reply me.
many thanks
0 Commenti
Risposte (3)
Taleb Almajrbi
il 4 Apr 2011
2 Commenti
Sean de Wolski
il 4 Apr 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);
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!