photo

XENIA SIMLOVA


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
72,910
of 301,433

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,272

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,520

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How can i minimize a function provided that another function is greater than 0?
I have a function (WT) and my code created by fmincon minimizes WT with using inequlaties and lower bounds. WT is sum of another...

7 years ago | 1 answer | 0

1

answer

Question


Is there any mistaken on my fmincon solve?
There are a lot of functions on my work and purpose of using fmincon correctly, i should change final function. This code gives ...

7 years ago | 1 answer | 0

1

answer

Question


How can i use two variables with fmincon?
I have a function like this: TL=@(Y,H) TL_H(H)+TL_Y(Y,H) When i run this code, i get an error message. x0=[0,0]; ...

7 years ago | 1 answer | 0

1

answer