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!