搜索资源列表
para
- 抛物线法求解 方程的构造方法:给出[0,1]区间上的随机数(服从均匀分布)作为方程的根p*. 设你的班级数为a3,学号的后两位数分别为a2与a1,从而得到你的三次方程 例如:你的31班的12号,则你的方程是21x3+60x2+2x+a0=0的形式. 方程中的系数a0由你得到的根p*来确定. -parabolic equation method Construction Methods : given interval [0,1] on the random numbe
advancenewton
- 改进的牛顿法求解: 方程的构造方法:给出[0,1]区间上的随机数(服从均匀分布)作为方程的根p*. 设你的班级数为a3,学号的后两位数分别为a2与a1,从而得到你的三次方程 例如:你的31班的12号,则你的方程是21x3+60x2+2x+a0=0的形式. 方程中的系数a0由你得到的根p*来确定. -improve Newton's method : Construction of the equation : given interval [0,1] o
hypot
- 抛物线法求解 方程的构造方法:给出[0,1]区间上的随机数(服从均匀分布)作为方程的根p*. 设你的班级数为a3,学号的后两位数分别为a2与a1,从而得到你的三次方程 例如:你的31班的12号,则你的方程是21x3+60x2+2x+a0=0的形式. 方程中的系数a0由你得到的根p*来确定. -parabolic equation method Construction Methods : given interval [0,1] on the random numbe
Bisection
- he basic idea of the method of bisection is to start with an initial interval, [a0,b0], that is chosen so that f(a0)f(b0) < 0. (This guarantees that there is at least one root of the function f(x) within the initial interval.) We then iteratively
aliasing_for_time_domain_signal.m
- This package contains scr ipt to calculate aliasing for given time domain signal. scr ipt to plot in time domain the function: x(t)=A0cos(2pif0t)+A1cos(2pif1t) where fs1=300 Hz and fs2=150 Hz (sampling rate) A0 and A1 are amplitude s signal (a
lsqcurvefitting
- matlab二维拟合函数表达式 应用于lsqcurvefit(@myfun,a0,data,zdata) (非线性最小二乘法拟合)-curve fitting
EM-for-HMM-Multivariate-Gaussian-processes
- Expectation-Maximization algorithm for a HMM with Multivariate Gaussian measurement Usage ------- [logl , PI , A , M , S] = em_ghmm(Z , PI0 , A0 , M0 , S0 , [options])
bvp2
- 运用有限差分方法求解二阶边值问题,x" + a1*x’ + a0*x = u with x(t0) = x0, x(tf) = xf-solve BVP2 by the finite difference method
lambSolution
- 请大家帮忙看看问题出在哪里,a0\a1\a2还可以,A3以后就不对了-Matlab computing applications lamb wave dispersion curves, group velocity and phase velocity calculation.
fit_line
- 对空间三维数据进行直线拟合,a0 是初始值,data 是三维数据,第一列是 x,第二列是 y,第三列是 z。fr是第一个断点,se是第二个-Three-dimensional data on the spatial fitting a straight line
matlab5
- Dumps SOS filter coefficients to file in C language format in forward order. Creates two files "filename.h" which defines the size of the array and declares the array as extern, and "filename.c" which contains the instance of the array variable. Only
InteriorPoint
- Solve a problem of Linear Program by the Interior Points methods. Function [x, Al, Z] = InteriorPoint(c0, x0, A0, b0, alpha, tol) Inputs - c0 -> initial coef. of O.F. x0 -> initial solution A0 -> initial con
a0
- 针对PMSM电机的simulink仿真模型,其仿真曲线有待于进一步完善-Simulink simulation model for PMSM motor, the simulation curve to be further improved
solver_1delay_dualstability_joint_mpoly2013
- DelayTools/Linear v.04 - solver_delay_nd This program determines stablity of a linear differential equation with a a single delay, where \dot{x}(t)=A0x(t)+A{1}x(t-tau(1))+...+A{K}x(t-tau(K)) where A0, A{i}, and tau(i) are user inputs.
solver_1delay_dualstabilitytest_ssep_mpoly2013_jo
- DelayTools/Linear v.04 - solver_delay_nd This program determines stablity of a linear differential equation with a a single delay, where \dot{x}(t)=A0x(t)+A{1}x(t-tau(1))+...+A{K}x(t-tau(K)) where A0, A{i}, and tau(i) are user inputs.
铝板频散曲线(A0、S0)
- 主要是用来绘制超声导波时域信号的能量谱图,通过能量的大小来区分到底是哪一个模态。(Drawing Energy Spectrum of Time Domain Signal of Ultrasound Guided Wave)