Info
This question is closed. Reopen it to edit or answer.
image processing
1 view (last 30 days)
Show older comments
hi all
how can i convert 2-D matrix(image) into vector. please reply me.
many thanks
0 Comments
Answers (3)
Taleb Almajrbi
on 4 Apr 2011
2 Comments
Sean de Wolski
on 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);
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!