photo

NEELU GUPTA


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
125,408
of 300,513

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
14.29%

VOTES RECEIVED
0

RANK
 of 21,018

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,480

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


How to solve logrithmic constraint in convex program?
%convex optimization for optimizing allocated powers (P1 and P2) cvx_begin quiet cvx_solver mosek ...

7 years ago | 0 answers | 0

0

answers

Question


How to optimize exponential objective function with two variable in convex problem?
I am trying to optimize Pi* and Pj* by using convex optimization but due to exponential objective function and mu_n as non-negat...

7 years ago | 0 answers | 0

0

answers

Question


Is there material to seek Convex Optimization,I am stuck in my programming.
My problem is Multi-Objective.I am using lagrangian method for solving it.But how to solve this by Convex Optimization

7 years ago | 0 answers | 0

0

answers

Question


I am trying to findout maximum value of a equation of two variable
an = 1500; bn = 0.0022; Mn = 0.024; gn = 10^-15; mu_n = 3; syms x y real eqns = Mn - mu_n*[1+exp(-an*(gn*(x ...

7 years ago | 1 answer | 0

1

answer