Automatically Run a Matlab Script
15 views (last 30 days)
Show older comments
I have a script that I want to run automatically, every 5 seconds. How could I set this up so that it runs in an unattended manner?
0 Comments
Answers (1)
the cyclist
on 3 Mar 2020
9 Comments
Steven Lord
on 5 Mar 2020
Do you need to run the script from the beginning every five seconds, or would running a script that loops indefinitely and polls for data to process every five seconds be sufficient?
See Also
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!