How to use fitnlm
Hello I am trying to fit acurve to my data but I don’t know where to begin or what to do? Any help will be appretiated!
This is the graph and code of my data. I have attached the excel file of my data.
A=xlsread(‘Plague_data.xlsx’);
t=A(:,12);
c=A(:,13);
figure (1)
Number.of.cases=plot(t,c,’.’,’color’,’b’)Hello I am trying to fit acurve to my data but I don’t know where to begin or what to do? Any help will be appretiated!
This is the graph and code of my data. I have attached the excel file of my data.
A=xlsread(‘Plague_data.xlsx’);
t=A(:,12);
c=A(:,13);
figure (1)
Number.of.cases=plot(t,c,’.’,’color’,’b’) Hello I am trying to fit acurve to my data but I don’t know where to begin or what to do? Any help will be appretiated!
This is the graph and code of my data. I have attached the excel file of my data.
A=xlsread(‘Plague_data.xlsx’);
t=A(:,12);
c=A(:,13);
figure (1)
Number.of.cases=plot(t,c,’.’,’color’,’b’) nonlinear fit, nonlinear regression, covid-19, covid19 MATLAB Answers — New Questions