代码搜索:Programs

找到约 10,000 项符合「Programs」的源代码

代码结果 10,000
www.eeworm.com/read/466243/7041429

m programs_14f.m

function xdot=Programs_14f(t,x) % The Duffing System. global Gamma; xdot(1)=x(2); xdot(2)=x(1)-0.1*x(2)-(x(1))^3+Gamma*cos(1.25*t); xdot=[xdot(1);xdot(2)];
www.eeworm.com/read/466243/7041432

m programs_10b.m

% Chapter 10 - Limit Cycles. % Programs_10b - Phase portrait (Fig. 10.2). % Copyright Birkhauser 2004. Stephen Lynch. % Limit cycle of a van der Pol system. % IMPORTANT - Save Programs_10a.m as
www.eeworm.com/read/466243/7041439

m programs_14e.m

% Chapter 14 - Poincare Maps and Nonautonomous Systems in the Plane. % Programs_14e - Phase portraits for Hamiltonian systems with two degrees of freedom. % Copyright Birkhauser 2004. Stephen Lynch.
www.eeworm.com/read/466243/7041440

m programs_14d.m

% Chapter 14 - Poincare Maps and Nonautonomous Systems in the Plane. % Programs_14d - Poincare section for the Duffing system. % Copyright Birkhauser 2004. Stephen Lynch. % Poincare section for t
www.eeworm.com/read/466243/7041441

m programs_13b.m

% Chapter 13 - Three-Dimensional Autonomous Systems and Chaos. % Programs_13b - 3-D phase portrait (Chua). % Copyright Birkhauser 2004. Stephen Lynch. Chua=inline('[15*(x(2)-x(1)-(-(5/7)*x(1)+(1/
www.eeworm.com/read/466243/7041442

m programs_13d.m

% Chapter 13 - Three-Dimensional Autonomous Systems and Chaos. % Programs_13d - Lyapunov exponents of the Lorenz system. % Copyright Birkhauser 2004. Stephen Lynch. % Special thanks to Vasiliy Go
www.eeworm.com/read/466243/7041443

m programs_17e.m

% Chapter 17 - Neural Networks. % Programs_17e - Bifurcation diagram for a simple bistable neuromodule. % Copyright Birkhauser 2004. Stephen Lynch. % Bifurcation diagram for a two-neuron module.
www.eeworm.com/read/466243/7041446

m programs_17c.m

% Chapter 17 - Neural Networks. % Programs_17c - The Hopfield network used as an associative memory. % Copyright Birkhauser 2004. Stephen Lynch. function Programs_17c clear all % The 81-dimensional f
www.eeworm.com/read/466243/7041447

m programs_12d.m

% Chapter 12 - Bifurcations of Nonlinear Systems in the Plane. % Programs_12d - Hopf Bifurcation. % Copyright Birkhauser 2004. Stephen Lynch. % Animation of Hopf bifurcation of a limit cycle from
www.eeworm.com/read/466243/7041448

m programs_14b.m

% Chapter 14 - Poincare Maps and Nonautonomous Systems in the Plane. % Programs_14b - Phase portraits for Hamiltonian systems with two degrees of freedom. % Copyright Birkhauser 2004. Stephen Lynch.