The product of a vector and a matrix
Show older comments
I have a vector A =
and a matrix X =
, where
is a M-dimensional row vector. Does matlab have an operator that directly give me the matrix
? (where each row vector in the above matrix X is multiplied by the corresponding part in vector A)
? (where each row vector in the above matrix X is multiplied by the corresponding part in vector A)Accepted Answer
More Answers (0)
Categories
Find more on Matrix Indexing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!