- check whether 'sd' has array of values.
- xlswrite fuction should be in ouside the loop, so the values not rewritten
Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
write a column into excel sheet
조회 수: 3 (최근 30일)
이전 댓글 표시
I used a while loop and done some calculations. Now I want to write thease results into an excel sheet as a column.But, when I using xlswrite() function only first value is write into excel file.This is my code
xlswrite('uav2.xlsx',sd(:))
Its urgent.Please help
댓글 수: 2
prasanth s
2019년 10월 13일
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!