what is wrong with this code?

Hi
I get the following error when I run this code:
''Error using /
Matrix dimensions must agree.''

回答(1 个)

Torsten
Torsten 2022-11-8
Most probably, you will have to change all / and * and ^ to ./ and .* and .^ in your code (elementwise operations instead of matrix operations).

类别

帮助中心File Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

提问:

2022-11-8

回答:

2022-11-8

Community Treasure Hunt

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

Start Hunting!

Translated by