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 years 前 | 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 years 前 | 2 个回答 | 0