photo

Gabriele


2013 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

3 質問
4 回答

ランク
18,540
of 300,763

評判
2

コントリビューション
3 質問
4 回答

回答採用率
66.67%

獲得投票数
1

ランク
 of 21,082

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,923

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

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

12年弱 前 | 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...

12年以上 前 | 0

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

12年以上 前 | 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...

12年以上 前 | 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...

12年以上 前 | 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...

12年以上 前 | 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...

12年以上 前 | 2 件の回答 | 0

2

回答