HAAAAH - MATLAB Central
photo

HAAAAH


Last seen: 7 months 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 01/19 to 04/25Use left and right arrows to move selectionFrom 01/19Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

6 个提问
0 个回答

排名
288,770
of 298,102

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 20,534

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,343

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Time-dependent immunity and drug resistant SIR model
I have to solve this SIR model with Euler's forward. But my teacher said that it is wrong with my graph. Can anyone help me ? H...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Overfitting and What is it ?
I have a data set and will divide it into " training set" and " validation set" . I choose that divide 70% training and 30% vali...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Finding Linear regression equation
I have table of data x = [65 65 62 67 69 65 61 67] y = [105 125 110 120 140 135 95 130] How can i find the equation y = mx...

5 years 前 | 2 个回答 | 0

2

个回答

提问


using f(end)
i am training now for matlab. but i can not understand how matlab works for this one f(end)? x = [2 5 3] f = 2 f(x) = f(end)...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Fibonacci serie, can not calculate with big number
function area = triangle_sequence(n) % Fibonacci% Fibonacci if n == 1 area= 25 elseif n == 2 area = 25 +16 else ...

6 years 前 | 2 个回答 | 0

2

个回答

提问


How to change a sign of elements in a matrix for each coulmn separatly ?
I want to change v = [-2 3 0.5 4 22 15 -19 -0.01 104 78] to vny = [-2 -3 0.5 -4 22 -15 -19 0.01 104 -78]...

6 years 前 | 1 个回答 | 0

1

个回答