what does inner matrix dimensions must agree matlab error?

How to plot this

1 件のコメント

Star Strider
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
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 ExchangeShifting 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