Pregunta
My array size is 32 x 240,now i want to pad zeros to make it as 192 x 240.How to do it using matlab code
x = [zeros(floor(ls/2),n) x zeros(ceil(ls/2),n)];
i am getting error as
Error using horzcat
Dimensions of matrices ...
más de 10 años hace | 1 respuesta | 0