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!