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년 전 | 0
