what does inner matrix dimensions must agree matlab error?

How to plot this

댓글 수: 1

The image is not available. Use the brown and green ‘picture’ icon to attach it as an image.
If it contains a screen capture of code, don’t bother. Either post your code in your Question (and use the [{}Code] button to format it) or attach your code .m-file using the ‘paperclip’ icon.

댓글을 달려면 로그인하십시오.

답변 (1개)

James Tursa
James Tursa 2015년 4월 21일

0 개 추천

This error can often be fixed by replacing the * operator (matrix multiply) with the .* operator (element-wise multiply). Look at the offending line in your code to see if that is the case.

카테고리

도움말 센터File Exchange에서 Shifting and Sorting Matrices에 대해 자세히 알아보기

제품

질문:

2015년 4월 21일

댓글:

2015년 4월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by