how Convert cell array to ordinary array

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 个评论

What does mixed value mean in your term? You mean float and an integer??
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 个)

类别

帮助中心File Exchange 中查找有关 Resizing and Reshaping Matrices 的更多信息

标签

提问:

2018-10-21

评论:

Rik
2018-10-21

Community Treasure Hunt

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

Start Hunting!

Translated by