recordblocking
📝 Syntax
📥 Input argument
📄 Description
💡 Example
myVoice = audiorecorder;
disp('Start speaking.');
recordblocking(myVoice, 5);
disp('End of recording. Playing back ...');
play(myVoice);
🔗 See also
🕔 History
Version
📄 Description
Last updated