Info

This question is closed. Reopen it to edit or answer.

I want to time the time interval which an object spends it in a virtual box, how it can be done in matlab?

1 view (last 30 days)
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 Comment
Gopichandh Danala
Gopichandh Danala on 23 Sep 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

Answers (0)

This question is closed.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!