excelからインポートし、cell配列に変換したデータの分割について
Show older comments
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} 検証用
Answers (0)
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!