Error using Horzcat Dimensions
2 views (last 30 days)
Show older comments
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.



Answers (1)
Walter Roberson
on 4 Feb 2021
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.
0 Comments
See Also
Categories
Find more on Audio I/O and Waveform Generation 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!