Concate cell array and calculate mean of each column.

1 次查看(过去 30 天)
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) ?

采纳的回答

Andrei Bobrov
Andrei Bobrov 2017-12-19
B = cat(1,A{:})

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Type Conversion 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by