writing variable in xls file
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi
i have a code that produce three variable a b c
i want to save this value in a xls file that the value writing in sheet1 at A B C column
what is the proper statament to write thiw variable
thank you very much
George
댓글 수: 0
답변 (1개)
madhan ravi
2018년 12월 15일
xlswrite('sample.xlsx','abc')
댓글 수: 3
madhan ravi
2018년 12월 18일
Anytime :) , if my answer solved your question make sure to accept the answer else let know.
참고 항목
카테고리
Help Center 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!