CVX Forum: a community-driven support forum Cannot perform the operation: {convex}/ {convex} hyx-yeah (Hyx Yeah) January 13, 2024, 6:14am 4 Snipaste_2024-01-13_14-04-401262×717 23.2 KBshow post in topic Home Categories Guidelines Terms of Service Privacy Policy Powered by Discourse...
Hi, My objective function is and the constraints are just linear inequality constraints. It’ a convex problem. I am having quite some trouble to implement this function. The error I get is “Cannot perform the operat…
Perform a validation (Analysis > Validate) on the model to see if there is information on possible issues in the model. If there are messages that are related to specific elements, double-click on it or right-click and ...
Recently,I’m coding but I meet the problem: Disciplined convex programming error: Cannot perform the operation: {real affine} ./ {convex} My code is shown as following,I don’t know where is wrong, and I’m very confuse…
Cannot perform the operation: {real affine} . {convex}" please if it is possible help me… Mark_L_Stone (Mark L. Stone) April 20, 2020, 4:09pm 2 You are not following the DCP rules. I think you can handle an approximation of the log of \Phi as a concave function of k and ...
Cannot perform the operation: {real affine} .* {convex},but i don't use the `.*` 11119 (蕭仰恩) February 14, 2019, 3:26am 1 %declare K=4; N=4; L=5;%distance between RX & TX nois_var_hk_2pow=0.1*(L^(-2.05)) nois_var_ak_2pow=[10^-10 10^-10 10^-10 10^-10 ]...
Disciplined convex programming error: Cannot perform the operation: {real affine} .* {convex} Error in * (line 36) z = feval( oper, x, y ); when I use cvx_expression_H1. I Which line of code is the error occurring on? The error that I get shows up in the line tha...
错误使用 .* Disciplined convex programming error: Cannot perform the operation: {convex} .* {convex} 出错 * (第 36 行) z = feval( oper, x, y ); 出错 Energy_BCD (第 78 行) power_fly(l) = c1pow_pos(norms(V1(:,l),2),3)+(c2inv_…
Disciplined convex programming error: Cannot perform the operation: {real affine} .* {convex} Nonconvex mcg (Michael C. Grant) April 12, 2017, 1:32am 19 If your professor is asking you to figure this out, then it’s probably not the best for us to be doing your work ...
When I run my code, the following error appears. Hope to get your help. 错误使用 .* (line 173) Disciplined convex programming error: Cannot perform the operation: {positive constant} .* {real affine} 出错 CVXSolver (lin…