How to automatically run a matlab script on data in a seperate file on your computer?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Koundinya
2018-12-12
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 :
更多回答(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!