Matrix dimensions must agree.

I am trying to multiply the same matrix by the transpose of itself and it is giving me the error of matrix dimensions must agree. Code: XX=X.*X';

Risposte (1)

Rick Rosson
Rick Rosson il 23 Mar 2016

0 voti

Try using * instead of .*

3 Commenti

mike moran
mike moran il 23 Mar 2016
that will not work because X is a matrix of 135x100, therefore would need to use element by element multiplication.
Rick Rosson
Rick Rosson il 23 Mar 2016
Have you tried it?
mike moran
mike moran il 23 Mar 2016
I figured it out. My matrix was in uint8 and it needed to be in double.

Accedi per commentare.

Categorie

Richiesto:

il 23 Mar 2016

Commentato:

il 23 Mar 2016

Community Treasure Hunt

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

Start Hunting!

Translated by