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!