Feeds
已回答
How do I solve an ODE that is piecewise defined, and oscillates between the two states?
%% ODE Functions function y_dot = extend(t,y) global m c k a w u = 10*sin(w*t); y_dot(1,1) = y(...
How do I solve an ODE that is piecewise defined, and oscillates between the two states?
%% ODE Functions function y_dot = extend(t,y) global m c k a w u = 10*sin(w*t); y_dot(1,1) = y(...
2 years 前 | 0
