Suppose I have a file folder in which I am adding files to it at specific interval, say per hour. Is there a way to automatically update a matlab program everytime I add files to the folder? Thank you.
1 次查看(过去 30 天)
显示 更早的评论
Suppose I have a file folder in which I am adding files to it at specific interval, say per hour. Is there a way to automatically update a matlab program every time I add files to the folder? Thank you.
0 个评论
回答(1 个)
ES
2017-7-24
The m script should monitor the folder continuously using directory functions like
dir
or
what
Whenever there is a change, it should "process"
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!