Convert contents of cell array to indivdual variables

2 次查看(过去 30 天)
I have a 7584 x 18 matrix which I have split into a cell array using mat2cell e.g.
c = mat2cell(data,repmat(48,158,1),18);
Is there an easy way to convert these to variables without naming each individually i.e. without having to stipulate Day01 = c{1}; Day02 = c{2} etc???

采纳的回答

Walter Roberson
Walter Roberson 2012-2-20

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Cell Arrays 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by