how can i store a number of cell arrays in one cell array?

조회 수: 3 (최근 30일)
Joseph
Joseph 2018년 3월 16일
답변: Walter Roberson 2018년 3월 16일
Hi every one, i have 3 cell arrays lets say x,y and z in which each of these cell arrays stores a number of 3D arrays. now i want to store these 3 cells in one cell. any one have any idea how to do this?
Thank you.

채택된 답변

Walter Roberson
Walter Roberson 2018년 3월 16일
new_cell = {x, y, z};

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Types에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by