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년 초과 전 | 답변 수: 2 | 0
질문
3년 초과 전 | 답변 수: 2 | 0