photo

Jinglei


Last seen: 2年以上 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

4 質問
0 回答

ランク
223,023
of 300,338

評判
0

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

回答採用率
50.0%

獲得投票数
0

ランク
 of 20,922

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,149

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


Modeling of one independent variable with different ranges
I want model three groups of data which share the same independent variable but different ranges and different amounts of points...

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

0

回答

質問


I am confused about why my code doesn't lead to a fitting result.
x=[0 1 2 3 4 5 6 7 8 9 10] xs = 0:0.01:120; y=[0 4 9 16 25 36 49 64 81 100 121] myfunc=@fitting; rng('shuffle'); best_r = i...

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

2

回答

質問


I am confused by the error: "Error evaluating inline model function"
myfunc=inline('fitting(c,x)','c','x'); c0=[1.5,1.5]; c=nlinfit(x,y,myfunc,c0) function ytotal = fitting(c,x) xspan = x; ...

3年弱 前 | 1 件の回答 | 0

1

回答

質問


initial point is a local minimum. Optimization completed because the size of the gradient at the initial point is less than the default value of the function tolerance.
I just found the result not the optimum and the parameters obtained are always the initial ones. global c xdata = [0 ...

3年弱 前 | 1 件の回答 | 0

1

回答