代码搜索:dynamical

找到约 276 项符合「dynamical」的源代码

代码结果 276
www.eeworm.com/read/366403/9817672

m dynamical simulation.m

clear; t0=0; tspan=0.006; y0=[0 0 0.1 0]; n=5000; for i=1:n F=0; tf=t0+tspan; [t,y]=ode45(@xprime10,[t0 tf],y0',[],F); t0=tf; y1=y(end,1); y2=y(end,2); y3=y(end
www.eeworm.com/read/134456/13990295

m dynamical simulation.m

clear; t0=0; tspan=0.006; y0=[0 0 0.1 0]; n=5000; for i=1:n F=0; tf=t0+tspan; [t,y]=ode45(@xprime10,[t0 tf],y0',[],F); t0=tf; y1=y(end,1); y2=y(end,2); y3=y(end
www.eeworm.com/read/287361/8689859

readme

This catalog contain dynamical systems files
www.eeworm.com/read/287361/8689921

m save_as.m

% ------------------------------------------------------------ % Callback for Open menu - displays an open dialog % ------------------------------------------------------------ function varargout =
www.eeworm.com/read/492033/6430577

cpp dloadpd.cpp

#include "dloadpd.h" #include "global.h" #include "intools.h" /** This constructor initializes class attributes to the zero values */ dloadpd::dloadpd() { eq = NULL; var = NULL; expr[0] = '\0
www.eeworm.com/read/221024/14762235

html http:^^www.eecs.umich.edu^courses^eecs661^eecs661.html

Date: Tue, 26 Nov 1996 19:08:51 GMT Server: Apache/1.1-dev Content-type: text/html Set-Cookie: Apache=gs359343849035331353; path=/ EECS 661: Discrete Event Systems E
www.eeworm.com/read/390840/8438013

m nndpend.m

function yprime = nndpend(t,y) %NNDPEND Dynamical model of a pendulum. % % NNDPEND(T,Y) % T - Time % Y - State = [angle; angular velocity] % Returns Derivative of state vector. % $
www.eeworm.com/read/377948/9256368

m nndpend.m

function yprime = nndpend(t,y) %NNDPEND Dynamical model of a pendulum. % % NNDPEND(T,Y) % T - Time % Y - State = [angle; angular velocity] % Returns Derivative of state vector. % First
www.eeworm.com/read/361257/10062777

m nndpend.m

function yprime = nndpend(t,y) %NNDPEND Dynamical model of a pendulum. % % NNDPEND(T,Y) % T - Time % Y - State = [angle; angular velocity] % Returns Derivative of state vector. % First