Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
I want to time the time interval which an object spends it in a virtual box, how it can be done in matlab?
조회 수: 1 (최근 30일)
이전 댓글 표시
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
Gopichandh Danala
2016년 9월 23일
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
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!