Using cell array for imwrite
이전 댓글 표시
How can i use cell array inside the imwrite?
Please help
댓글 수: 1
Stephen23
2017년 3월 7일
@Matt Kernan: you are storing image data in a cell array? Why? That would be quite inefficient.
채택된 답변
추가 답변 (1개)
Jan
2017년 3월 7일
0 개 추천
You cannot use a cell as input for imwrite. I cannot imagine the intention of doing this. Writing images is only useful for images, and images are either [Col x Row] or [Col x Row x 3] numerical arrays. So perhaps you want to deliver the contents of a cell element to the imwrite command. Then see KSSV's answer, which answers this question, as far as I can see.
카테고리
도움말 센터 및 File Exchange에서 Images에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!