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\H​P\Document​s\MATLAB\a​njali must be the same as previous lines. is there a problem with load?

6 visualizaciones (últimos 30 días)
save anjali ysecond yfirst -ascii
load anjali -ascii

Respuesta aceptada

Yao Li
Yao Li el 8 de Abr. de 2013
ysecond=y(24001:48000);
???I'm not sure

Más respuestas (1)

Walter Roberson
Walter Roberson el 8 de Abr. de 2013
You removed the size information when you edited your message.
Your yfirst has 24000 entries, but your ysecond has 24001 entries.

Categorías

Más información sobre Audio I/O and Waveform Generation en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by