![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/14548568_1547565351103_DEF.jpg)
HAAAAH
Followers: 0 Following: 0
統計
MATLAB Answers
6 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年 前 | 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年 前 | 1 件の回答 | 0