Inner matrix dimensions must agree?
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Answers (1)
James Tursa
on 22 Sep 2017
Edited: James Tursa
on 22 Sep 2017
0 votes
Usually by changing the matrix multiply * operator to the element-wise multiply .* operator (with the period in front). Or maybe changing the / operator to the ./ operator. But, seriously, you should post your code and copy and paste the complete error message into your Question so that we can know for sure what the problem is.
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!