From: worker_matlab Ness on
Hi,

i'm new with Simulink and i want to concatenate a matrix in embedded matlab function... but the compiler said me that the size of two array is wrong...

my code is: buffer = cat(1, buffer, myMatrix) ..... ( i tried also vertcat.... but nothing...)