how to set timer for record function?
이전 댓글 표시
I want to record my voice while counting the time of recording before I stop the record?
rec = audiorecorder;
record(rec);
%show time increasing by seconds
stop(rec);
답변 (1개)
KSSV
2017년 2월 8일
0 개 추천
Read about tic, toc.You can calculate the time taken using that.
카테고리
도움말 센터 및 File Exchange에서 Clocks and Timers에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!