matrix multiplication with different sizes
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Dyuman Joshi
le 11 Juil 2022
Modifié(e) : Dyuman Joshi
le 11 Juil 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
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Resizing and Reshaping Matrices dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!