代码搜索:电感选型

找到约 509 项符合「电感选型」的源代码

代码结果 509
www.eeworm.com/read/327001/13104686

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/241807/13115552

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/325030/13229769

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/136681/13367032

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/313636/13583794

m x_force_inductance_relation.m

%计算电感系数、电磁力与位移x之间的关系曲线 clc clear % x和L的数据 xdata=[0,0.2,0.4,0.6,0.8,1.0,1.2,1.4,1.6,1.8,2.0]; Ldata=[2.8,2.26,1.78,1.52,1.34,1.26,1.20,1.16,1.13,1.11,1.10]; %换算成国际单位制 x=xdata*1.e-2; L=Ldata*1.e
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/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
www.eeworm.com/read/487268/6517538

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