Jul 1, 2003 #1 korby Electrical May 5, 2003 7 DE 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?????
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?????
Jul 7, 2003 #2 OllieC Chemical Jan 15, 2003 9 GB in matlab put c=[a;b] in simulink use the Mux (multiplex) block. Ollie Upvote 0 Downvote