what does inner matrix dimensions must agree matlab error?
Ältere Kommentare anzeigen
How to plot this
1 Kommentar
Star Strider
am 21 Apr. 2015
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.
Antworten (1)
James Tursa
am 21 Apr. 2015
0 Stimmen
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.
Kategorien
Mehr zu Shifting and Sorting Matrices finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!