Error using Reshape Function
古いコメントを表示
I'm trying to reshape a vector of 29250 data points into a matrix of 31x943 and 1x17 but the error (Size arguments must be integer scalars) keeps showing up. Any idea how to fix it?
Trials = reshape(Force_signal,[943,31],[1,17]);
Any idea what could be wrong?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Multidimensional Arrays についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!