Feeds
提问
need plot a graph using Euler's method for both numerical and analytical
% Euler's Method % Initial conditions and setup h = (10); % step size x = (0):h:(60); % the range of x y = zeros(size(x));...
3 years 前 | 2 个回答 | 0
提问
3 years 前 | 2 个回答 | 0