Info
此问题已关闭。 请重新打开它进行编辑或回答。
How can I code these 2 equations?
1 次查看(过去 30 天)
显示 更早的评论
Hello
Is it possible to write these as 1-1 assignment? given.
A is , b is and is . u and l are matrices
The problematic part is the sum and the or condition. How should I modify this?
lambda_2k1 = max((b-sum(A*x_c))/A(:,k)) + (u(k) - l(k))/2;
5 个评论
David K.
2019-9-17
Yes you do. Also, I think you may want to make sure the sum is summing the elements in the dimension you need them to be. If they are not, use sum( . . . , 2).
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!