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?
7 ビュー (過去 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!