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?
Show older comments
save anjali ysecond yfirst -ascii
load anjali -ascii
Accepted Answer
More Answers (1)
Walter Roberson
on 8 Apr 2013
0 votes
You removed the size information when you edited your message.
Your yfirst has 24000 entries, but your ysecond has 24001 entries.
Categories
Find more on Simulation, Tuning, and Visualization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!