From: Neal on
i would like to monitor analog input continuously.
this seems to work up to a point, but eventually an error occurs that says not enough memory storage. i don't really need to store anything beyond a few seconds of data in memory. How can I flush what's in the memory from matlab? if I do this periodically, that should solve the problem, right?