matrix multiplication with different sizes
Ältere Kommentare anzeigen
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 Kommentare
Dyuman Joshi
am 11 Jul. 2022
Bearbeitet: Dyuman Joshi
am 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
kriti
am 11 Jul. 2022
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Resizing and Reshaping Matrices finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!