代码搜索:Solver

找到约 5,733 项符合「Solver」的源代码

代码结果 5,733
www.eeworm.com/read/479024/1345873

m sh_motor_stop_so.m

% 编写求解起动过程微分方程的脚本函数 % 将该脚本函数定义为sh_motor_stop_so(shunt_motor_self_excited_solver) [t,y]=ode23tb(@sh_motor_stop_ode,[0:.001:.1],[ 20.83333333328 ; 873.64064640326 ; 55.87178121392]) % 首先绘制if=f(t)曲线
www.eeworm.com/read/472478/1410696

m sh_motor_vary_so.m

% 编写求解起动过程微分方程的脚本函数 % 将该脚本函数定义为sh_motor_vary_so(shunt_motor_self_excited_solver) [t,y]=ode23(@sh_motor_vary_ode,[0:.01:10],[20.8332996141; 872.6049312471; 63.8736361288]) % 首先绘制if=f(t)曲线 subplot
www.eeworm.com/read/472478/1410701

m sh_motor_stop_so.m

% 编写求解起动过程微分方程的脚本函数 % 将该脚本函数定义为sh_motor_stop_so(shunt_motor_self_excited_solver) [t,y]=ode23tb(@sh_motor_stop_ode,[0:.001:.1],[ 20.83333333328 ; 873.64064640326 ; 55.87178121392]) % 首先绘制if=f(t)曲线
www.eeworm.com/read/337344/3342123

m sh_motor_vary_so.m

% 编写求解起动过程微分方程的脚本函数 % 将该脚本函数定义为sh_motor_vary_so(shunt_motor_self_excited_solver) [t,y]=ode23(@sh_motor_vary_ode,[0:.01:10],[20.8332996141; 872.6049312471; 63.8736361288]) % 首先绘制if=f(t)曲线 subplot
www.eeworm.com/read/337344/3342132

m sh_motor_stop_so.m

% 编写求解起动过程微分方程的脚本函数 % 将该脚本函数定义为sh_motor_stop_so(shunt_motor_self_excited_solver) [t,y]=ode23tb(@sh_motor_stop_ode,[0:.001:.1],[ 20.83333333328 ; 873.64064640326 ; 55.87178121392]) % 首先绘制if=f(t)曲线
www.eeworm.com/read/325870/3478521

m sh_motor_vary_so.m

% 编写求解起动过程微分方程的脚本函数 % 将该脚本函数定义为sh_motor_vary_so(shunt_motor_self_excited_solver) [t,y]=ode23(@sh_motor_vary_ode,[0:.01:10],[20.8332996141; 872.6049312471; 63.8736361288]) % 首先绘制if=f(t)曲线 subplot
www.eeworm.com/read/325870/3478530

m sh_motor_stop_so.m

% 编写求解起动过程微分方程的脚本函数 % 将该脚本函数定义为sh_motor_stop_so(shunt_motor_self_excited_solver) [t,y]=ode23tb(@sh_motor_stop_ode,[0:.001:.1],[ 20.83333333328 ; 873.64064640326 ; 55.87178121392]) % 首先绘制if=f(t)曲线
www.eeworm.com/read/444227/1735248

m sh_motor_vary_so.m

% 编写求解起动过程微分方程的脚本函数 % 将该脚本函数定义为sh_motor_vary_so(shunt_motor_self_excited_solver) [t,y]=ode23(@sh_motor_vary_ode,[0:.01:10],[20.8332996141; 872.6049312471; 63.8736361288]) % 首先绘制if=f(t)曲线 subplot
www.eeworm.com/read/444227/1735257

m sh_motor_stop_so.m

% 编写求解起动过程微分方程的脚本函数 % 将该脚本函数定义为sh_motor_stop_so(shunt_motor_self_excited_solver) [t,y]=ode23tb(@sh_motor_stop_ode,[0:.001:.1],[ 20.83333333328 ; 873.64064640326 ; 55.87178121392]) % 首先绘制if=f(t)曲线
www.eeworm.com/read/352543/10541845

m torr_calc_cubic_coefs.m

% Many thanks to Kurt Ditzel % Acuity Research for this bug fix... function p = calc_cubic_coefs(f1, f2) % % use symbolic solver % c11 = f1(1); c12 = f1(2); c13 = f1(3); c21 = f1(4);