MATLAB outputs old data again
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Walter Roberson
le 3 Déc 2018
Starting from r2018b you can writetable with an option to not use excel.
0 commentaires
Voir également
Catégories
En savoir plus sur Spreadsheets dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!