Community Profile

photo

firrou bouteflika


Last seen: bijna 2 jaar ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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

bijna 3 jaar ago | 1 answer | 0

1

answer

Question


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

bijna 3 jaar ago | 1 answer | 0

1

answer

Question


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

bijna 3 jaar ago | 1 answer | 0

1

answer

Question


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

bijna 3 jaar ago | 1 answer | 0

1

answer

Question


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

bijna 3 jaar ago | 1 answer | 0

1

answer

Question


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

bijna 3 jaar ago | 3 answers | 0

3

answers