Matrix dimensions must agree.
Mostrar comentarios más antiguos
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';
Respuestas (1)
Rick Rosson
el 23 de Mzo. de 2016
0 votos
Try using * instead of .*
3 comentarios
mike moran
el 23 de Mzo. de 2016
Rick Rosson
el 23 de Mzo. de 2016
Have you tried it?
mike moran
el 23 de Mzo. de 2016
Categorías
Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!