フィルターのクリア

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 Center および File ExchangeData Type Conversion についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by