Copy a 3D input image to a cell array?

조회 수: 1 (최근 30일)
A. P. B.
A. P. B. 2017년 6월 14일
댓글: A. P. B. 2017년 6월 14일
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