excelからインポートし、cell配列に変換したデータの分割について
显示 更早的评论
excelからデータをインポートし、60×1のcell配列に変換したデータを学習用と検証用に分割させたいのですが、どの関数を使えば可能ですか?
例)4×5 → 4×1(1つの行に5列のデータを持ったcell配列)
1 2 3 4 5 {1 2 3 4 5} {1 2 3 4 5}
5 6 7 8 9 → {5 6 7 8 9} →{5 6 7 8 9} 学習用
1 2 3 4 5 {1 2 3 4 5} {1 2 3 4 5}
5 6 7 8 9 {5 6 7 8 9} {5 6 7 8 9} 検証用
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!