Concate cell array and calculate mean of each column.

1 vue (au cours des 30 derniers jours)
Pradya Panyainkaew
Pradya Panyainkaew le 19 Déc 2017
Commenté : Andrei Bobrov le 19 Déc 2017
I have cell array name A=148X1 that contain 1X28 table each element.
1. How can I concate each element together to gat a result B=148X28 table ?
2. How to calculate mean value for each column from B(:,3:36) ?

Réponse acceptée

Andrei Bobrov
Andrei Bobrov le 19 Déc 2017
B = cat(1,A{:})
  2 commentaires
Pradya Panyainkaew
Pradya Panyainkaew le 19 Déc 2017
Thank you Mr.Bobrov. How can avoid non-cell array in A ?
Andrei Bobrov
Andrei Bobrov le 19 Déc 2017
"non-cell array in A"
What? Please example.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Matrices and Arrays 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