필터 지우기
필터 지우기

how Convert cell array to ordinary array

조회 수: 1 (최근 30일)
sam aldoss
sam aldoss 2018년 10월 21일
댓글: Rik 2018년 10월 21일
hello
am trying to convert a mix value cell as it show in the pic and I want to convert to ordinary matrix so I can run it on neural network the file is call (C)
  댓글 수: 3
sam aldoss
sam aldoss 2018년 10월 21일
yes
Rik
Rik 2018년 10월 21일
Any array in Matlab must be a rectangular matrix of the same type. Cell arrays are a 'trick' to get around this restriction.
That means that you will have to convert non-matching types to a single type. Which type is the best choice for you will depend on the further processing you are planning to do.

댓글을 달려면 로그인하십시오.

답변 (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