Statistics
1 Question
0 Answers
RANK
193,456
of 301,432
REPUTATION
0
CONTRIBUTIONS
1 Question
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,280
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,555
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
I need to solve an ODE containing 6 parameters needed to estimate while fitting the exp. data. I am facing the problem as I have 4 sets of data.I want to use lsqnonlin.I have used lsqcurvefit but I can only use for one set of data at a time.
function model1 function X=kinetics1(p,t) x0=[0]; [T,Cv]=ode45(@DifEq,t,x0); function dX=DifEq(T,x) dxdt=zeros(...
5 years ago | 0 answers | 0