how can I multiply two different size matrices in iterations like 7x7 and 4x4?

3 vues (au cours des 30 derniers jours)
i added the png but both matrices will be random matrix not a unit matrix
  1 commentaire
Torsten
Torsten le 8 Déc 2022
Hint:
A 4x4 matrix of M1, starting at position (i,j), can be extracted as
M_4by4 = M1(i:i+3,j:j+3)
for
1<=i<=4, 1<=j<=4

Connectez-vous pour commenter.

Réponse acceptée

DGM
DGM le 8 Déc 2022

Plus de réponses (0)

Catégories

En savoir plus sur Creating and Concatenating 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!

Translated by