photo

shegaw mamo


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


how can I add two or more time periods in matlab code for nonlinear system of ODE using ode45 matlab?
To find numerical solution of nonlinear systems

5 years 前 | 0 个回答 | 0

0

个回答

提问


how can I plot the graph of nonlinear system of ODE
% system parameters L = 15 %treatment duration length in hour Omega = 50 % period alpha1 = 0.1; alpha2 = 0.45; kappa...

5 years 前 | 0 个回答 | 0

0

个回答

提问


How can I enter L and Ommega in the matlab program?
L=15;% length of time ommega=10;% period lambda = 388; rho = 0.009; beta=3.61e-8; delta=0.18; p=50000; c=23; f = @(t,x) ...

5 years 前 | 0 个回答 | 0

0

个回答

提问


How can I enter in matlab syntax two parameters which are not exist in the system of nonlinear ode?
Question: Ommega and Sigma are not in the system of equation. How can I enter matlab syntax or code including Ommega and Sigma ...

5 years 前 | 1 个回答 | 0

1

个回答

已回答
Matlab Introduction Course for Undergrads
function dx = cancerhealthcells(~, x) dx = [2; 1]; L=15; ommega=50 alpha1 = 0.1; alpha2 = 0.45; kappa1 = 0.65; ...

5 years 前 | 0

已回答
Is it possible to solve a nonlinear system with signum function using ODE45?
how can I get matlab command syntax or code for mathematical modeling of cancer treatment by radiotherapy

5 years 前 | 0