▍1. 非线性方程组求解
说明: 常用的matlab代码,非线性方程组求解,基本可以满足大学和研究生常用代码(Common Mathematical Codes)
说明: 常用的matlab代码,非线性方程组求解,基本可以满足大学和研究生常用代码(Common Mathematical Codes)
说明: 所给的m文件中有详细的构造三对角分块矩阵的方法,而且构造的分块矩阵采用的是稀疏存储的方法,适用于大型三对角分块矩阵的构造(There are detailed methods to construct tridiagonal block matrix in the given m file, and the method of sparse storage is used to construct the block matrix, which is suitable for the construction of large tridiagonal block matrix.)
数据归一化处理,对数据进行一个标准化处理,将各个不同单位的变量,转换成无量纲的量(Data normalization, a standardization of data processing, will be different units of variables, into dimensionless quantities)
说明: 工艺优化中偏最小二乘法对响应面法的改进,显著改善模型系数不显著现象(Matlab program for calculating grey correlation matrix)
MATLAB使用欧拉Euler法求解微分方程组 源程序代码(SOURCE PROGRAM CODE OF DIFFERENTIAL EQUATIONS SOURCE SOLUTION USING EULER METHOD IN MATLAB)
说明: MATLAB使用欧拉Euler法求解微分方程组 源程序代码(SOURCE PROGRAM CODE OF DIFFERENTIAL EQUATIONS SOURCE SOLUTION USING EULER METHOD IN MATLAB)
用DFT 函数计算电压u, 电流i的基波(f1=50 Hz)的有效值和相位; 用FFT函数分别计算电压u和电流i 所包含的直流,基波和谐波的有效值和初相角; 可计算基波(f1=50 Hz)和各次谐波的功率p和功率因数con?.(The effective value and phase of fundamental wave (f1 = 50 Hz) of voltage U and current I are calculated by DFT function. The effective values and initial phase angles of DC, fundamental and harmonic waves contained in voltage U and current I are calculated by FFT function, respectively. The power P and power factor con of fundamental wave (f1 = 50 Hz) and harmonics can be calculated.)
说明: 用DFT 函数计算电压u, 电流i的基波(f1=50 Hz)的有效值和相位; 用FFT函数分别计算电压u和电流i 所包含的直流,基波和谐波的有效值和初相角; 可计算基波(f1=50 Hz)和各次谐波的功率p和功率因数con?.(The effective value and phase of fundamental wave (f1 = 50 Hz) of voltage U and current I are calculated by DFT function. The effective values and initial phase angles of DC, fundamental and harmonic waves contained in voltage U and current I are calculated by FFT function, respectively. The power P and power factor con of fundamental wave (f1 = 50 Hz) and harmonics can be calculated.)
Dsimplex.m 对偶单纯形法求解线性规划问题(Dual simplex method for solving linear programming problems)
说明: Dsimplex.m 对偶单纯形法求解线性规划问题(Dual simplex method for solving linear programming problems)
comsol仿真的学习教程,有助于初学者深度掌握comsol的 基本使用(Comsol simulation course is helpful for beginners to master the basic usage of COMSOL)
说明: comsol仿真的学习教程,有助于初学者深度掌握comsol的 基本使用(Comsol simulation course is helpful for beginners to master the basic usage of COMSOL)
用于在数值分析中,对于离散点进行拉格朗日差值拟合(Lagrangian difference fitting)
说明: 用于在数值分析中,对于离散点进行拉格朗日差值拟合(Lagrangian difference fitting)
说明: 海浪模拟,基于PM谱,根据海浪频率波高等因素(Wave simulation, based on PM spectrum, according to wave frequency wave higher factor)
matlab的时频分析工具箱,含全部工具箱程序(Matlab time-frequency analysis toolbox, including all toolbox programs)
说明: matlab的时频分析工具箱,含全部工具箱程序(Matlab time-frequency analysis toolbox, including all toolbox programs)
逆BROYDEN迭代法求解非线性方程组:是一种相对比较新的一种方法,克服了牛顿迭代法需要求导数和求逆的缺点。本程序提供解法和画图流程,注意多迭代几步(Inverse BROYDEN iteration method is a relatively new method for solving nonlinear equations, which overcomes the shortcomings of Newton iteration method in derivative and inversion. This program provides solution and drawing process. Remember more several steps of iteration.)
说明: 逆BROYDEN迭代法求解非线性方程组:是一种相对比较新的一种方法,克服了牛顿迭代法需要求导数和求逆的缺点。本程序提供解法和画图流程,注意多迭代几步(Inverse BROYDEN iteration method is a relatively new method for solving nonlinear equations, which overcomes the shortcomings of Newton iteration method in derivative and inversion. This program provides solution and drawing process. Remember more several steps of iteration.)
对该模型参数辨识采用递推最小二乘法,即 RLS( recurisive least square), 它是一种能够对模型参数进行在线实时估计的辨识方法。(The recursive least square method is used to identify the parameters of the model, that is, rls (recurisive least square), which is an online real-time estimation method for the model parameters)