photo

Jessica Larry


Last seen: 5年弱 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
0 回答

ランク
171,387
of 297,527

評判
0

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

回答採用率
66.67%

獲得投票数
0

ランク
 of 20,454

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,075

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Good non linear Regression
I have the following data: x = [15, 25, 35, 45, 55, 65, 75] y = [22.3, 27.5, 28.8, 29.9, 29.6, 27.4, 23.3] How could I create...

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

1

回答

質問


Not enough input arguments.
L = data(:,3); %this is the length/value of each item for k = 1:length(P) item.test(k) = tolerance(item.cat(k),L(k)); end ...

5年弱 前 | 0 件の回答 | 0

0

回答

質問


Trying to use a user-define function but keep getting ERROR: "Unrecognized function or variable 'tolerance'."
L = data(:,3); %this is the length/value of each item for k = 1:length(P) item.test(k) = tolerance(item.cat(k),L); end ...

5年弱 前 | 0 件の回答 | 0

0

回答

質問


Error " Array indices must be positive integers or logical values."
This is the Question I am being asked to solve and this is the code I have so far... T1 = 70; %deg F T2 = 200; %deg F W = 2...

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

1

回答

質問


"Index exceeds the number of array elements (1)."
load('air.txt') Air.temp = air(:,1); Air.press = air(:,2); Air_R = 0.287; load('argon.txt') Argon.press = argon(:,2); Ar...

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

1

回答

質問


matrix full of zeros
load('air.txt') Air.temp = air(:,1); Air.press = air(:,2); Air_R = 0.287; for k = 1:length(air) Air(k).vol = (Air_R...

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

1

回答