Effacer les filtres
Effacer les filtres

Convert contents of cell array to indivdual variables

2 vues (au cours des 30 derniers jours)
bugguts99
bugguts99 le 20 Fév 2012
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???

Réponse acceptée

Walter Roberson
Walter Roberson le 20 Fév 2012

Plus de réponses (0)

Catégories

En savoir plus sur Cell Arrays dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by