Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
image processing
조회 수: 1 (최근 30일)
이전 댓글 표시
hi all
how can i convert 2-D matrix(image) into vector. please reply me.
many thanks
댓글 수: 0
답변 (3개)
Taleb Almajrbi
2011년 4월 4일
댓글 수: 2
Sean de Wolski
2011년 4월 4일
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);
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!