MATLAB outputs old data again
조회 수: 15 (최근 30일)
이전 댓글 표시
Hello,
I have an input file with 5 total spreadsheets. I wrote a Run.m self-executable MATLAB script file that reads from the user which sheet they want MATLAB to extract data from, then it manipulates the data, and exports it to an output.xlsx file.
However, the output file sometimes contains manipulated data from another spreadsheet (not the one the user wanted). Any help with this?
I used mcc -e RUN.m to develop the self-executable file.
댓글 수: 0
답변 (1개)
Walter Roberson
2018년 12월 3일
Starting from r2018b you can writetable with an option to not use excel.
댓글 수: 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!