what is wrong with this code?
Mostra commenti meno recenti
Hi
I get the following error when I run this code:
''Error using /
Matrix dimensions must agree.''
Risposte (1)
Torsten
il 8 Nov 2022
0 voti
Most probably, you will have to change all / and * and ^ to ./ and .* and .^ in your code (elementwise operations instead of matrix operations).
Categorie
Scopri di più su Creating and Concatenating Matrices in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!