Domanda
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 ...
oltre 9 anni fa | 1 risposta | 0