Inner matrix dimensions must agree?

How I can solve this problem

답변 (1개)

James Tursa
James Tursa 2017년 9월 22일
편집: James Tursa 2017년 9월 22일

0 개 추천

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.

이 질문은 마감되었습니다.

태그

질문:

2017년 9월 22일

마감:

2021년 8월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by