what is wrong with this code?

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

Respuestas (1)

Torsten
Torsten el 8 de Nov. de 2022

0 votos

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

Categorías

Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.

Preguntada:

el 8 de Nov. de 2022

Respondida:

el 8 de Nov. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by