Feeds
提问
Function for ODE45 solver doesn't work
First function .m file: function dVm=dVm(t,y) % Parameters are time t, y for Vm, m, n and h, input for Istim) % and given Con...
6 years 前 | 1 个回答 | 0
1
个回答提问
Not enough input arguments. Error in dcdtnstiff (line 8) dc=[-0.13*c(1)-1000*c(1)*c(3);-2500*c(2)*c(3);-0.013*c(1)-1000*c(1)*c(3)-2500*c(2)*c(3)];
I am trying to solve these equations from t=0 to 50 with initial conditions c1(0) = c2(0) = 1 and c3(0) = 0 using a standard o...
6 years 前 | 1 个回答 | 0
1
个回答提问
Error: Array indices must be positive integers or logical values
I am trying to find y(t) of a differential equation dy/dt= (1/RC)y(t) +(1/C)x(t) for t to compare my Fourier Approximated y(t) t...
6 years 前 | 2 个回答 | 0