i am doing speech editing. i want to give 2 second pause i am receiving error. ??? Error using ==> load Number of columns on line 1 of ASCII file C:\Users\HP\Documents\MATLAB\anjali must be the same as previous lines. is there a problem with load?
조회 수: 6 (최근 30일)
이전 댓글 표시
save anjali ysecond yfirst -ascii
load anjali -ascii
댓글 수: 0
채택된 답변
추가 답변 (1개)
Walter Roberson
2013년 4월 8일
You removed the size information when you edited your message.
Your yfirst has 24000 entries, but your ysecond has 24001 entries.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Audio I/O and Waveform Generation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!