Community Profile

photo

firrou bouteflika


Last seen: 2年弱 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


how can i find x value from given y (6th degree polynomial)
y = [7 12 18 27 35 39]; p1 = 3.7739e-21 p2 = -6.5969e-17 p3 = 2.2715e-13 p4 = 1.1034e-09 p5 = -4.8986e-06 p6 = 0.010416 p...

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

1

回答

質問


filling missing values in column with obtained results
clear all; clc; format long; TBFi = [2993 5036 6150 6919 8862 11488 13545]; Frequence = [6 24 32 41 59 76 94]; p = polyfit(...

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

1

回答

質問


arrange equation results from min to max to use after
t = [2993;3975.9;5063;6150;6919;8192.7;8862;10240.9;11488;12409.63;13545] f = @(t) (2.2/9500).*((t/9500).^1.2).*exp(-((t/9500)....

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

1

回答

質問


why i'm getting wrong answers from a simple equation
>> t = [2993;3975.9;5063;6150;6919;8192.7;8862;10240.9;11488;12409.63;13545] >> f = @(t) (2.2/9500).*((t/9500).^1.2).*exp(-((t/...

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

1

回答

質問


help me get the the Coefficient of Determination
TBFi = [2993 5036 6150 6919 8862 11488 13545] F = [6 24 32 41 59 76 94] plot(TBFi,F,'bo','markerfacecolor','b') xlabel('TBFi'...

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

1

回答

質問


i want more numbers details on y axis
t = [2993;3975.9;5063;6150;6919;8192.7;8862;10240.9;11488;12409.63;13545] f = @(t) (2.2/9500).*((t/9500).^1.2).*exp(-((t/9500...

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

3

回答