代码搜索:微分几何
找到约 3,133 项符合「微分几何」的源代码
代码结果 3,133
www.eeworm.com/read/312281/13614197
m apolloeq.m
function dx=apolloeq(t,x)
%APOLLOEQ 函数用来描述 Apollo 卫星的数学模型,它可以直接用于
% 常微分方程的数值求解。
%Designed by Prof D Xue (c) 2000
mu=1/82.45; mu1=1-mu;
r1=sqrt((x(1)+mu)^2+x(3)^2); r2=sqrt((x(1)-mu1)^2+x(3)^2
www.eeworm.com/read/305568/13766220
m apolloeq.m
function dx=apolloeq(t,x)
%APOLLOEQ 函数用来描述 Apollo 卫星的数学模型,它可以直接用于
% 常微分方程的数值求解。
%Designed by Prof D Xue (c) 2000
mu=1/82.45; mu1=1-mu;
r1=sqrt((x(1)+mu)^2+x(3)^2); r2=sqrt((x(1)-mu1)^2+x(3)^2
www.eeworm.com/read/302615/13831288
txt ch3_2.txt
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/302615/13831380
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/493411/6391982
m tongbufadianji - 复制.m
% 编写建立自激过程微分方程的M—函数
% 将该M—函数定义为sh_ge_se_ex_ode(shunt_generator_self_excited_ode)
function dydt=tongbufadianji(t,y)
% 首先指定全局变量
%global a1 a2 a3 a4 Rf
% 下面输入电机基本数据:
r=2.9069E-03,Rfd=5.9013E-04
www.eeworm.com/read/493455/6393509
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/493462/6393899
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/493462/6393906
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/490407/6455995
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/488257/6500238
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