代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/212794/15149145
m vtb9_2.m
function [x,xd]=VTB9_2(n,dt,x0,xd0,a,b,c)
%VTB9_2 Finds the multiple degree of freedom system
% undamped response using Euler's method.
% x=VTB9_2(n,dt,x0,a) Solves the system given the
% in
www.eeworm.com/read/212794/15149159
m vtb1_2.m
function [x,xd]=VTB1_2(n,dt,x0,xd0,a,b,c)
%VTB1_2 Finds the multiple degree of freedom system
% unforced response using Euler's method.
% x=VTB1_2(n,dt,x0,a) Solves the system given the
% in
www.eeworm.com/read/212794/15149164
m~ vtb1_3.m~
function z = VTB1_3(rkf,u,t,x0)
%VTB1_3 VTB1_3(rkf,u,t,x0)
% Runge-Kutta fourth order solution to a first order DE
% t is a row vector from the initial time to the final time
% ste
www.eeworm.com/read/212791/15149543
vtb9_3
function z = VTB9_3(rkf,u,t,x0)
%
%VTB9_3 VTB9_3(rkf,u,t,x0)
% Runge-Kutta fourth order solution to a first order DE
% t is a row vector from the initial time to the final time
% s
www.eeworm.com/read/212791/15149572
vtb9_2
function [x,xd]=VTB9_2(n,dt,x0,xd0,a,b,c)
%VTB9_2 Finds the multiple degree of freedom system
% undamped response using Euler's method.
% x=VTB9_2(n,dt,x0,a) Solves the system given the
% in