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?
1 次查看(过去 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!