Feeds
提问
code says not enough inputs in inline function
b=2.2; d=.4; g=5.1; w=6; m=1.1; n=2; fsize=15; sys=inline(' [(x(1).*(1-(x(1)/g)))-(x(1).*x(2)/((1+m*n)*(w*x(1).^2+1)+x(1...
8 years 前 | 1 个回答 | 0
1
个回答提问
i want to plot the solution of system of nonlinear odes
the solution plot of this system must produce a limit cycle.... dxdt=@(x,y) (((x.*(1-(x)./g)))-(x.*y./(w*x.^2+x+1))); dydt...
8 years 前 | 0 个回答 | 0

