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.

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by