Unfold cell

9 vues (au cours des 30 derniers jours)
Rafael Freire
Rafael Freire le 10 Sep 2011
How i can unfold a cell into a vector
cell{1,1}=[10 20 30]
cell{1,2}=[40 50 60]
cell{1,3}=[70 80 90]
cell{1,4}=[10 20 30]
cell{1,5}=[40 50 60]
to a vector=[10 20 30 40 50 60 70 80 90 10 20 30 40 50 60]
Best regards

Réponse acceptée

the cyclist
the cyclist le 10 Sep 2011
>> vector = cell2mat(cell)
  1 commentaire
Oleg Komarov
Oleg Komarov le 10 Sep 2011
[cell{:}]

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by