Filter löschen
Filter löschen

how Convert cell array to ordinary array

1 Ansicht (letzte 30 Tage)
sam aldoss
sam aldoss am 21 Okt. 2018
Kommentiert: Rik am 21 Okt. 2018
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 Kommentare
sam aldoss
sam aldoss am 21 Okt. 2018
yes
Rik
Rik am 21 Okt. 2018
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.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Data Type Conversion 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