what is wrong with this code?

1 Ansicht (letzte 30 Tage)
Muazma Ali
Muazma Ali am 8 Nov. 2022
Beantwortet: Torsten am 8 Nov. 2022
Hi
I get the following error when I run this code:
''Error using /
Matrix dimensions must agree.''

Antworten (1)

Torsten
Torsten am 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).

Kategorien

Mehr zu Multidimensional Arrays finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by