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

답변 (1개)

Torsten
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에 대해 자세히 알아보기

질문:

2022년 11월 8일

답변:

2022년 11월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by