Copy a 3D input image to a cell array?

Suppose I have an image of size 256 by 256 by 3 and I would like to save the input image into cell(1) . How can I do that?

 採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2017 年 6 月 14 日

0 投票

Im=imread('your_image')
out{1}=Im

その他の回答 (0 件)

タグ

質問済み:

2017 年 6 月 14 日

コメント済み:

2017 年 6 月 14 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by