Feeds
提问
Ode45 error: Unable to meet integration tolerances without reducing step size below the smallest value allowed
I have the following function: function V = fun_name(t,y) b=1; c=1; u=3; V = [2*y(2)*((y(1)).^2 + c^2) - ...
10 years 前 | 1 个回答 | 0
1
个回答提问
How do I plot a curve through these points?
I have arrays of x and y values (both of equal length) and plotted the following graph using plot(x,y): <http://imgur.com/WU5...
10 years 前 | 1 个回答 | 0