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!