MATLAB: Create matrix 64×64 using Matlab Simulink

matrix 64x64simulink

Hi guys.
I want to create matrix 64×64 using Matlab Simulink. I already design the matrix. But it has error. Do you know what the problem with this? I dont understand what the meaning of vector concatenate

Best Answer

Hi Maximum,, the error is .. input signal to reshape is a signal of [61 x 1] where as the reshape block needs a matrix of [4096x1].
input should be a matrix of 4096x1 or 64x64
Related Question