代码搜索:微分几何

找到约 3,133 项符合「微分几何」的源代码

代码结果 3,133
www.eeworm.com/read/444227/1735231

m sh_ge_start_ode.m

% 编写起动过程微分方程的M—函数 % 将该M—函数定义为sh_ge_se_ode(shunt_ motor_self_ode) function dydt=sh_ge_start_ode(t,y) % 下面输入电机基本数据: uf=25;IaN=633;w=61;TLN=3275;Lf=9;Rf=12;Ra=0.12;La=0.00035;Laf=0.18;J=30;Bm=0; u=-
www.eeworm.com/read/444227/1735237

m sh_ge_se_ex_ode.m

% 编写建立自激过程微分方程的M—函数 % 将该M—函数定义为sh_ge_se_ex_ode(shunt_generator_self_excited_ode) function dydt=sh_ge_se_ex_ode(t,iff) % 首先指定全局变量 global a1 a2 a3 a4 Rf % 下面输入电机基本数据: Lf=22;Rf=22.8; % 下面输入空载特
www.eeworm.com/read/444227/1735247

m sh_ge_start_ode.m

% 编写起动过程微分方程的M—函数 % 将该M—函数定义为sh_ge_se_ode(shunt_ motor_self_ode) function dydt=sh_ge_start_ode(t,y) % 下面输入电机基本数据: uf=25;u=-250;IaN=633;w=61;TLN=3275;Lf=9;Rf=12;Ra=0.012;La=0.00035;Laf=0.18;J=30;Bm
www.eeworm.com/read/367675/2839844

txt 558.txt

发信人: washbasin (脸盆-满满一盆水), 信区: DataMining 标 题: Re: matlab svm toolbox 发信站: 南京大学小百合站 (Fri Apr 26 10:46:09 2002), 站内信件 那个matlab svm tool的程序写得很清楚,不过那个解微分方程的是做成dll了,根本看 不到,有点不爽。 【 在 GzLi (
www.eeworm.com/read/476058/6773188

m exp3_1.m

clear clc close t0=0; tfinal=15; x0=[0.5;0]; %初始化,电感电流为0,电容电压为0.5v %tol=0.001; %数值计算精度 [t,x]=ode45('elecsys',t0,tfinal,x0); %elecsys是系统微分方程的描述函数 figure(1) subplot(211) plot(t,x(:,1)) title
www.eeworm.com/read/395679/8161273

m exp3_1.m

clear clc close t0=0; tfinal=15; x0=[0.5;0]; %初始化,电感电流为0,电容电压为0.5v %tol=0.001; %数值计算精度 [t,x]=ode45('elecsys',t0,tfinal,x0); %elecsys是系统微分方程的描述函数 figure(1) subplot(211) plot(t,x(:,1)) title
www.eeworm.com/read/267991/11158294

m daodandafeiji.m

clear ts=0:0.1:12; y0=[0,0]; [t,y]=ode45('fun2',ts,y0); %fun2为定义的函数,表示微分方程组: % dx/dt=800(-500+500t-x)/sqrt((-500+500t-x)^2+(5000-y)^2); % dy/dt=800(5000-y)/sqrt((-500+500
www.eeworm.com/read/267095/11195249

m exp3_1.m

clear clc close t0=0; tfinal=15; x0=[0.5;0]; %初始化,电感电流为0,电容电压为0.5v %tol=0.001; %数值计算精度 [t,x]=ode45('elecsys',t0,tfinal,x0); %elecsys是系统微分方程的描述函数 figure(1) subplot(211) plot(t,x(:,1)) title
www.eeworm.com/read/412269/11208115

m exp3_1.m

clear clc close t0=0; tfinal=15; x0=[0.5;0]; %初始化,电感电流为0,电容电压为0.5v %tol=0.001; %数值计算精度 [t,x]=ode45('elecsys',t0,tfinal,x0); %elecsys是系统微分方程的描述函数 figure(1) subplot(211) plot(t,x(:,1)) title
www.eeworm.com/read/266820/11211868

m exp3_1.m

clear clc close t0=0; tfinal=15; x0=[0.5;0]; %初始化,电感电流为0,电容电压为0.5v %tol=0.001; %数值计算精度 [t,x]=ode45('elecsys',t0,tfinal,x0); %elecsys是系统微分方程的描述函数 figure(1) subplot(211) plot(t,x(:,1)) title