matrix multiplication with different sizes
1 view (last 30 days)
Show older comments
i have two arrays of sizes n and n*k i want to multiply the the first element of first matrix with first k elements and so on.
2 Comments
Dyuman Joshi
on 11 Jul 2022
Edited: Dyuman Joshi
on 11 Jul 2022
"so on"
How exactly do you want to proceed? Multipy with the next k elements or the second element from first matrix? Give us an example with the following (n=4, k=5) -
y=spiral(4) %4*4 matrix
z=reshape(1:4*5,4,5) %4*5 matrix
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Resizing and Reshaping Matrices 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!