Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
I want to time the time interval which an object spends it in a virtual box, how it can be done in matlab?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I have used tic toc function but it returns time in an unknown format after processing a 3000 frames from live acquisition color detection & tracking it returned 206.829 and I don't believe this is the time elapsed as I measured it using stopwatch it returned 168.8 seconds
1 Commento
Gopichandh Danala
il 23 Set 2016
if u show us a demo of your code or something it will be easier to understand.
tic toc is a stop watch timer and it is accurate based on ur code execution time and where you placed tic and toc in your code..
may be you r using tic and toc and respective your own stopwatch at a different pace as far as i know tic toc is pretty accurate
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!