Inner matrix dimensions must agree?
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
How I can solve this problem
Réponses (1)
James Tursa
le 22 Sep 2017
Modifié(e) : James Tursa
le 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.
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!