Statistics
3 Questions
0 Answers
RANK
172,358
of 300,508
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 21,019
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 169,435
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
Feeds
Question
fmincon constraint function not continous
Firstly, based on the Matlab document, 'the constraint functions should be continous and have continuous first deviatives'. My u...
2 years ago | 1 answer | 0
1
answerQuestion
When I use fmincon, the optimised result does not satisfy my non liner constraints
clear variables close all clc fun = @(x)4*x(1)+x(2); x0=[0.4,0.28] lb = [0.01,0.01]; ub = [5,0.8]; A = []; b = []; Aeq ...
2 years ago | 2 answers | 0
2
answersQuestion
How to form a matrix with the existing 7 matrices with following rules
Now, I have 7 matrices (with specific values) in total, W(6x6), C1(3x3), C2(3x3), C3(3x3),C4(3x3),C5(3x3),C6(3x3). I want to fo...
5 years ago | 2 answers | 0
