Feeds
질문
what is the mistake in this graph fourth order error first increase then it is decreases
% Deepanshu Gautam; function first_order_error = first_order_approximation(x,dx) % Function is f(x) = sin(x)/x^3 ...
대략 8년 전 | 답변 수: 0 | 0
0
답변질문
I am facing problem with the code which i giving below.
function [theta_dot] = second_order_ode(t,theta,g,l,m); theta_dot = zeros(2,1); % Rate of change of angle = angu...
대략 8년 전 | 답변 수: 2 | 0