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!