Copy a 3D input image to a cell array?

1 次查看(过去 30 天)
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
Im=imread('your_image')
out{1}=Im

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Images 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by