Feeds
질문
Fit: how to return chi-squared instead of r-squared
Hi, i'm performing this fit: f=fittype('a*(x^(-b))*exp(-x/c)'); options = fitoptions('Method','NonlinearLeastSquares','...
거의 11년 전 | 답변 수: 1 | 0
1
답변답변 있음
plot & errorbar: does exist a function that plot many series of data with error bars?
solved: http://www.slideshare.net/itaharesay/matlab-plotting-part-6 slide 6. a correct use of hold on...
plot & errorbar: does exist a function that plot many series of data with error bars?
solved: http://www.slideshare.net/itaharesay/matlab-plotting-part-6 slide 6. a correct use of hold on...
11년 초과 전 | 0
답변 있음
plot & errorbar: does exist a function that plot many series of data with error bars?
in this way it doesn't work...
plot & errorbar: does exist a function that plot many series of data with error bars?
in this way it doesn't work...
11년 초과 전 | 0
질문
plot & errorbar: does exist a function that plot many series of data with error bars?
I know that with plot I can "draw" different series of data plot(X,Y,...,Xn,Yn); and with errorbar I can put error bars on a s...
11년 초과 전 | 답변 수: 3 | 0
3
답변답변 있음
How could I put FIT parameters' errors in a variable?
the solution is reported here http://www.mathworks.it/it/help/curvefit/confint.html I hope it would be useful for anyone in th...
How could I put FIT parameters' errors in a variable?
the solution is reported here http://www.mathworks.it/it/help/curvefit/confint.html I hope it would be useful for anyone in th...
11년 초과 전 | 1
답변 있음
How could I put FIT parameters' errors in a variable?
if I do disp(val1) I display in the command window: General model: val1(x) = (a*x)/(1+b*(x^2)) Coefficient...
How could I put FIT parameters' errors in a variable?
if I do disp(val1) I display in the command window: General model: val1(x) = (a*x)/(1+b*(x^2)) Coefficient...
11년 초과 전 | 0
| 수락됨
질문
How could I put FIT parameters' errors in a variable?
Hi, i know that I could do: fuz=fittype('(a*x)/(1+b*(x^2))'); d=fit((final(:,8)),(final(:,6)),fuz,'StartPoint',[r1,s...
11년 초과 전 | 답변 수: 2 | 0