How to store column data output from matlab to excel sheet (in the same sheet and different columns)?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi i am doing a simulation which runs for 100 iterations. In each iteration, the simulation outputs a single column vector data (say 1000x1 vector). My requirement is to store the output in the columns of single excel sheet sequentially i.e. A1:A1000,B1:B1000 and so on...can anyone suggest how to achieve this?
댓글 수: 0
답변 (1개)
Gabriel Delcros
2017년 2월 22일
You will have to use the function xlswrite. Your response should be there :
https://de.mathworks.com/help/matlab/ref/xlswrite.html
Have a nice day ;)
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!