rameshrai
Full Member level 3
- Joined
- Aug 16, 2010
- Messages
- 158
- Helped
- 7
- Reputation
- 14
- Reaction score
- 7
- Trophy points
- 1,298
- Activity points
- 2,272
Hello,
I need help with matrix multiplication in matlab. I have some 2x2 matrices M, A, B, C and D related by M = A*B+C*D and want to multiple M with another 1x2 column vector E such that E only gets multiplied by B and D. How can I do that in matlab?
thanks
I need help with matrix multiplication in matlab. I have some 2x2 matrices M, A, B, C and D related by M = A*B+C*D and want to multiple M with another 1x2 column vector E such that E only gets multiplied by B and D. How can I do that in matlab?
thanks