Problem with AudioDataCollection function
显示 更早的评论
I have created a MALTAB script called AudioDataCollection.m. This file executes perfectly.
However, whenver I transform this script into a function by setting
>>function AudioDataCollection(T)
I will get this error
>>
Undefined function or variable 'audioIn'.
Error in AudioDataCollection (line 36)
myx = audioIn();
<<
I have tryed many things unsucesfully. hence I need your help. Can you you help me:
回答(1 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Waveform Design and Signal Synthesis 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!