M.Shobana
Member level 1

hai friends..
I want to merge two vectors like in the below specified manner
for example:
a= [1 2]; b = [3 4]
then 'c' should be like this c = [1 3 2 4 ]
i tried like this c = [a,b] but this is not working
if anybody knows please help me
I want to merge two vectors like in the below specified manner
for example:
a= [1 2]; b = [3 4]
then 'c' should be like this c = [1 3 2 4 ]
i tried like this c = [a,b] but this is not working
if anybody knows please help me