[ad_1]
You need to transpose X and ‘B’ to get the correct result. Try the following:
C = A * (X.') + B.';
0
[ad_2]
solved multiply two arrays with different size in matlab
[ad_1]
You need to transpose X and ‘B’ to get the correct result. Try the following:
C = A * (X.') + B.';
0
[ad_2]
solved multiply two arrays with different size in matlab