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);
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!