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 view (last 30 days)
Show older comments
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 Comments
Answers (1)
ES
on 24 Jul 2017
The m script should monitor the folder continuously using directory functions like
dir
or
what
Whenever there is a change, it should "process"
0 Comments
See Also
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!