Effacer les filtres
Effacer les filtres

Matrix dimensions must agree.

2 vues (au cours des 30 derniers jours)
Rohan Repale
Rohan Repale le 29 Mar 2013
How do I multiply a 2x101 matrix with a 101x101 matrix??
I tried everything, it gives me the above error every time.
Please help,
Thanks, Rohan

Réponse acceptée

Walter Roberson
Walter Roberson le 29 Mar 2013
>> A = rand(2,101); B = rand(101,101); size(A*B)
ans =
2 101
  3 commentaires
Rohan Repale
Rohan Repale le 29 Mar 2013
all I get in this case is 2 101
Rohan Repale
Rohan Repale le 29 Mar 2013
OK! got it, thnk u so much!!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Matrix Indexing dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by