cell配列に関する問題

添付画像のように、cell配列の中の配列がdouble型にならず、 実行できません。
どうすれば解決できますでしょうか。
例)[51,0.3037,0...] →1×6 double
[28,0.1266,0...] →1×6 double ...

回答(1 个)

Ameer Hamza
Ameer Hamza 2020-11-11

1 个投票

Xtrain = cell2mat(Xtrain);
or also
Xtrain = vertcat(Xtrain{:});

类别

帮助中心File Exchange 中查找有关 基本的な設定 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!