what is wrong with this code?
2 views (last 30 days)
Show older comments
Hi
I get the following error when I run this code:
''Error using /
Matrix dimensions must agree.''
0 Comments
Answers (1)
Torsten
on 8 Nov 2022
Most probably, you will have to change all / and * and ^ to ./ and .* and .^ in your code (elementwise operations instead of matrix operations).
0 Comments
See Also
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!