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);

Risposte (1)

KSSV
KSSV il 8 Feb 2017

0 voti

Read about tic, toc.You can calculate the time taken using that.

Richiesto:

il 8 Feb 2017

Risposto:

il 8 Feb 2017

Community Treasure Hunt

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

Start Hunting!

Translated by