photo

Gabriele


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
4 Answers

RANK
18,540
of 300,364

REPUTATION
2

CONTRIBUTIONS
3 Questions
4 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
1

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

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

  • Thankful Level 1

View badges

Feeds

View by

Question


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','...

12 years ago | 1 answer | 0

1

answer

Answered
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...

12 years ago | 0

Answered
plot & errorbar: does exist a function that plot many series of data with error bars?
in this way it doesn't work...

12 years ago | 0

Question


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...

12 years ago | 3 answers | 0

3

answers

Answered
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...

12 years ago | 1

Answered
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...

12 years ago | 0

| accepted

Question


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...

12 years ago | 2 answers | 0

2

answers