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 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
save anjali ysecond yfirst -ascii
load anjali -ascii
0 commentaires
Réponse acceptée
Plus de réponses (1)
Walter Roberson
le 8 Avr 2013
You removed the size information when you edited your message.
Your yfirst has 24000 entries, but your ysecond has 24001 entries.
0 commentaires
Voir également
Catégories
En savoir plus sur Audio I/O and Waveform Generation dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!