How to select and write values from data into excel
1 回表示 (過去 30 日間)
古いコメントを表示
採用された回答
Jan
2017 年 2 月 23 日
x = rand(98820, 1);
y = reshape(x, 4941, 20);
xlswrite(FileName, y);
3 件のコメント
Image Analyst
2017 年 2 月 25 日
Correct (though this more general question wasn't asked). If the vector is not an integer multiple of the number in a group, then Arslan should choose a different group size or else re-think what he wants to do. For the stated numbers, this works.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Multidimensional Arrays についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!