Community Profile

photo

Jia Quan Yong


Last seen: nästan 3 år ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to multiply each row of a matrix by different matrices, without for loops?
n = 3; m = 5; k = 10; A = ones(n,m); B = randn(m,k); % I want something similar to A*B with size (n x k) % Instead of A*B,...

mer än 4 år ago | 1 answer | 0

1

answer