How to automatically run a matlab script on data in a seperate file on your computer?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Peter De Wachter
le 9 Déc 2018
Réponse apportée : Koundinya
le 12 Déc 2018
Hello,
I have data (.txt file) incoming on an sd-card inserted in my computer. At the moment I open the .txt file on excel and save it as a .xlsx file in my Matlab folder and write an xlsread() line at the top of my script. Is there any way to shorten this process or even make it happen fully automatically?
Thanks
0 commentaires
Réponse acceptée
Koundinya
le 12 Déc 2018
Data from the .txt file can be directly read in MATLAB without converting it to .xlsx file, depending on the kind of data it contains :
Plus de réponses (0)
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!