Statistics
4 Questions
0 Answers
RANK
162,191
of 301,573
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 21,336
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 175,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
Feeds
Question
P values of fitting constants using FMINCON function
I used a fmincon function to solve my model equation (K2) which is depended on three fitting constants. I know the values of K2...
7 years ago | 1 answer | 0
1
answerQuestion
Hello, I need to write a matlab code to calculate a value by doing the iteration from initial guessing.
* Equation 1: *QH2oil* = *K2*[TH2 - (T00H2+T00W)/2] %% Here, I calculate the QH2oil by taking the initial guessing of(K2, T00...
9 years ago | 0 answers | 0
0
answersQuestion
I'm using the global search solver to find the global minimum of my function. There are some built-in plot function like @gsplotbestf and @gsplotfunccount. I have used this function and I got this plots. could you please explain me what does it mean
<</matlabcentral/answers/uploaded_files/32320/untitled.jpg>>
11 years ago | 0 answers | 0
0
answersQuestion
I'm using a GlobalSearch (gs) function to find the global minimum for my function. But i get a errors like "PROBLEM structure should have a non-empty X0 field" and "Arguments must occur in name-value pairs".
Here is my code what i'm using opts = optimoptions(@fmincon,'Algorithm','sqp','TolFun',1e-16,'TolX',1e-16,'MaxFunEvals',100000...
11 years ago | 1 answer | 0
