I'm relatively new to matlab and am struggling to find a means to use a timer to measure the time it takes for a user to type their input in. I've looked at using "tic toc" with no luck and sinestream. Would very muchappreciate any hints or pointers cheers!

답변 (2개)

Amit
Amit 2014년 1월 23일

0 개 추천

tic;
I = input('User Type Value');
h = toc;
Here h is the amount of time taken by the user to type the value.
Peter
Peter 2014년 1월 24일

0 개 추천

Thank you very much for your help but i should have been clearer in my question, i need the timer to start as soon as the user begins to type. Do you have any ideas how to do this? Thanks again!

카테고리

도움말 센터File Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

질문:

2014년 1월 23일

답변:

2014년 1월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by