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
2022년 11월 8일
0 개 추천
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에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!