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

1 次查看(过去 30 天)
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 中查找有关 Matrices and Arrays 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by