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';
回答 (1 件)
Rick Rosson
2016 年 3 月 23 日
0 投票
Try using * instead of .*
3 件のコメント
mike moran
2016 年 3 月 23 日
Rick Rosson
2016 年 3 月 23 日
Have you tried it?
mike moran
2016 年 3 月 23 日
カテゴリ
ヘルプ センター および File Exchange で Creating and Concatenating Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!