converting to cell to matrix- not working

2 Ansichten (letzte 30 Tage)
Sharah
Sharah am 17 Mai 2016
Kommentiert: Guillaume am 18 Mai 2016
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 Kommentar
Guillaume
Guillaume am 18 Mai 2016
"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).

Melden Sie sich an, um zu kommentieren.

Antworten (1)

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

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Data Types finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by