what does inner matrix dimensions must agree matlab error?
이전 댓글 표시
How to plot this
댓글 수: 1
Star Strider
2015년 4월 21일
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
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에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!