Copy a 3D input image to a cell array?

1 vue (au cours des 30 derniers jours)
A. P. B.
A. P. B. le 14 Juin 2017
Commenté : A. P. B. le 14 Juin 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?

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 14 Juin 2017
Im=imread('your_image')
out{1}=Im

Plus de réponses (0)

Catégories

En savoir plus sur Images dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by