How can I create timer objects which are running in parallel in MATLAB 7.13 (R2011b)?
Show older comments
I have written an application that needs to compute certain tasks in different time intervals. I am using two timer objects: T1 fires every 50ms, T2 fires every 250ms to execute a piece of code. Both timers should run independently. However I noticed that the slower timer T2 is blocking the faster timer T1 when it is executed. I am working on a system using a multi-core CPU and I would expect MATLAB to be able to execute both timer objects in parallel taking advantage of the computational cores.
Accepted Answer
More Answers (0)
Categories
Find more on Multicore Processor Targets 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!