Community Profile

photo

기훈 강


Last seen: 約2ヶ月 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


what's wrong my code about ode model
I had to training course 'solve ordinary differential equation in MATLAB online course' and I wrote that one but this code does...

11ヶ月 前 | 0 件の回答 | 0

0

回答

質問


what's wrong my code about ode model
I write this code function dydt = celldynamics(t, y, params) %% Unpack the input variables C = y(1); A = y(2); I = y(3); ...

11ヶ月 前 | 1 件の回答 | 0

1

回答

質問


what's wrong my code about ode model
I wirte this code 'ode_fun' function dydt = ode_fun(t, y, params) % Unpack the input variables C = y(1); A = y(2); I = ...

約1年 前 | 1 件の回答 | 0

1

回答

質問


how to write exponential power?
I want to write y=2.^x exponential function but my matlab program doesn't work because the function doesn't cogniz ToT and I ...

2年以上 前 | 1 件の回答 | 0

1

回答