필터 지우기
필터 지우기

converting to cell to matrix- not working

조회 수: 1 (최근 30일)
Sharah
Sharah 2016년 5월 17일
댓글: Guillaume 2016년 5월 18일
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