Ksss
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
83,742
of 295,527
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
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 stopped because the size of the current step is less than the default value of the step size tolerance...How can I solve this?
This is my coding U=[0.04854 0 0 0; 0.03483 0.03125 0 0; 0.02477 0.02223 0.04000 0; 0.01738 0.01550 0.02807 0.05263]; m=[1.637...
3 years ago | 1 answer | 0
1
answerQuestion
Failure in initial objective function evaluation when I'm solving a linear programming.
I'm solving this question above and my code is below: This is my coding in first file function z= myobj01(x) x= -3*x(1)-4*...
3 years ago | 1 answer | 0
1
answerQuestion
Line in my graph is not connected in a simple graph, how can I make the plot and line exist in the graph?
thii is my work x=[0 1 3 5 7 9 23 27 31] y=[2.3 2.22 1.92 1.6 1.52 1.07 0.73 0.5 0.45]; plot(x,y,'k*')
3 years ago | 1 answer | 0