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...
2 years 前 | 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); ...
2 years 前 | 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 = ...
2 years 前 | 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 ...
4 years 前 | 1 个回答 | 0
