Copy a 3D input image to a cell array?

1 Ansicht (letzte 30 Tage)
A. P. B.
A. P. B. am 14 Jun. 2017
Kommentiert: A. P. B. am 14 Jun. 2017
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?

Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 14 Jun. 2017
Im=imread('your_image')
out{1}=Im

Weitere Antworten (0)

Kategorien

Mehr zu Images finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by