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)
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.

Answers (1)

ES
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"

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!