Error using Horzcat Dimensions
Mostrar comentarios más antiguos
I am trying to write a code that investigates real-time processing of audio signals for the purpose of generating echos. I am getting the horzcat error. If someone can explain to me how to fix my dimensions, that would be greatly appreciated.



1 comentario
Stephen23
el 4 de Feb. de 2021
What size is m ?
Respuestas (1)
Walter Roberson
el 4 de Feb. de 2021
0 votos
We do not know what m is, but it is not a vector or array with one row, so y is not being initialized to one row as needed by that horzcat.
I recommend that you make y a column vector and change the padding appropriately. column vector would prevent confusion and clashes with the fact that audio data is expected to be one column per channel.
Categorías
Más información sobre Audio I/O and Waveform Generation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!