what is wrong with this code?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi
I get the following error when I run this code:
''Error using /
Matrix dimensions must agree.''
0 comentarios
Respuestas (1)
Torsten
el 8 de Nov. de 2022
Most probably, you will have to change all / and * and ^ to ./ and .* and .^ in your code (elementwise operations instead of matrix operations).
0 comentarios
Ver también
Categorías
Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!