vectors
vectors
(OP)
I have two vectors: a:[32x1] and b:[4x1]
and I want to put them together like [b a,1) (i.e. [36x1])
how can I do this in Simulink?????
and I want to put them together like [b a,1) (i.e. [36x1])
how can I do this in Simulink?????





RE: vectors
c=[a;b]
in simulink use the Mux (multiplex) block.
Ollie