Khadija
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
236,305
of 293,920
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
80.0%
VOTES RECEIVED
0
RANK
of 20,060
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 150,100
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
How can i draw shaded confidence region with nlparci and lsqcurvfit?
[k,Rsdnrm,Rsd,ExFlg,OptmInfo,Lmda,Jmat] = lsqcurvefit(@simulatedhs,k0,tforward,[Hdata,HSdata],lb,ub); CI = nlparci(k,Rsd,'jacob...
1 month ago | 1 answer | 0
1
answerQuestion
How to implement MultiStart to find a good fit of two curves at the same time with real data such as our curves are governed by an ODE system?
% Set up the problem for MultiStart problem = createOptimProblem('lsqcurvefit','x0',k0,'objective',@simulatedhs,... 'lb',z...
1 month ago | 0 answers | 0
0
answersQuestion
how to get a good estimate of the positive parameters that will give a good fit of the curves to real data?
clear close all clc % Données spécifiques specific_data = [ 2009 2 8; 2010 10 22; 2011 30 45; 2012 ...
2 months ago | 1 answer | 0
1
answerQuestion
Hello, I would like to know how to draw a shaded region like this?
I am trying to estimate the parameters for a mathematical model, I managed to do it but there remains a problem of determining t...
2 months ago | 1 answer | 0
1
answerQuestion
How can i solve this problem' when i am running, this message appears: Failure in initial objective function evaluation. FMINUNC cannot continue.
I'm writing a matlab program to try to fit a mathematical model to real data.
5 months ago | 1 answer | 0