Feeds
已回答
Error with ode23
You should put double() in the function, I have a similar code and it works. z2 = @(t,y2) double((-y2/(R*C)+I(t)/C));
Error with ode23
You should put double() in the function, I have a similar code and it works. z2 = @(t,y2) double((-y2/(R*C)+I(t)/C));
7 years 前 | 0
