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

3 views (last 30 days)
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.

Accepted Answer

Walter Roberson
Walter Roberson on 16 Mar 2018
new_cell = {x, y, z};

More Answers (0)

Categories

Find more on Data Types in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!