how to solve ?Error using/Matrix dimensions must agree.'?
1 回表示 (過去 30 日間)
古いコメントを表示
I am working with Matlab app designer, while i was trying to run the interface the program send this message, what is the proble in my code?
2 件のコメント
採用された回答
Jon
2021 年 2 月 19 日
Try replacing the line assigning x2 with the following using ./ to get element by element division
y2 = K./(exp((K*x-K*C2))-b);
2 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!