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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0
