converting to cell to matrix- not working

2 次查看(过去 30 天)
I have a cell as in the picture below 10 columns of {35x1}
how can I convert this to a cell of (35 x10) array?
This might be a simple solution but I think because I am handling a big data, i couldnt solve this small problem!
  1 个评论
Guillaume
Guillaume 2016-5-18
"It says "Cell contents reference from a non-cell array object.""
What is
class TestingInterp(2).IGripForce
then?
"I have a cell as in the picture below 10 columns".
According to your screenshot your cell array has only one column (and at least 11 rows).

请先登录,再进行评论。

回答(1 个)

Andrei Bobrov
Andrei Bobrov 2016-5-17
out = [TestingInterp(2).IGripForce{1:10}]
  1 个评论
Sharah
Sharah 2016-5-18
Tried this, really it doesn't work. It says "Cell contents reference from a non-cell array object."

请先登录,再进行评论。

类别

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

标签

Community Treasure Hunt

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

Start Hunting!

Translated by