Copy a 3D input image to a cell array?

1 visualización (últimos 30 días)
A. P. B.
A. P. B. el 14 de Jun. de 2017
Comentada: A. P. B. el 14 de Jun. de 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?

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Images en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by