Timer Problem
1 view (last 30 days)
Show older comments
please immediately i need a help
"perform function for certain time in matlab"
like i want tomake audio video recording at same time for a predefined time , i have sucessufly record audio video at same time but i cannot establish a timer
0 Comments
Answers (1)
Walter Roberson
on 20 Feb 2012
There is no high resolution event interruption timer in MATLAB. The highest resolution interruption timer runs at 1 KHz nominally, but it is not very precise.
If you want to make a recording for a particular length of time, the easiest way is to specify the number of frames to record.
0 Comments
See Also
Categories
Find more on Audio and Video Data 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!