First off, I'm a complete Newbie to Matlab, so please be gentle (quiver...!)
I have an m file script that I want to run every 10 seconds. I managed to figure that bit out using the timer function. i.e.
t = timer('TimerFcn','plotTest','StartDelay',10);
start (t)
This script is part of the...