Matlab
Let two vectors a and b such that >> size(a) ans = 5 1>> size(b) ans = 7 1 What is the only way to concatenate themone after the other, without using the transpose function? Do notassign a new variable and don’t use spaces.
Expert Answer
An answer will be send to you shortly. . . . .