Beep sound giving me an error
조회 수: 3 (최근 30일)
이전 댓글 표시
I am trying to produce the beep sounds with matlab as a warning sign but it is giving me an error. Can someone help me out please.
Maximum recursion limit of 500 reached. Error in beep (line 1) beep Caused by: Maximum recursion limit of 500 reached.
댓글 수: 0
채택된 답변
Walter Roberson
2018년 9월 23일
You need to name your file something other than beep.m if you want to be able to invoke MATLAB's beep() function.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Audio and Video Data에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!