登录

最新会员 最新下载

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29

成为了本站VIP会员

2024-12-21 19:40
已选条件
  1. 编程语言:matlab
  2. 代码类别:数学计算
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 非线性方程组求解

说明:  常用的matlab代码,非线性方程组求解,基本可以满足大学和研究生常用代码(Common Mathematical Codes)

8
下载
121
浏览
2019-04-22发布

2. BLKTRIDIAG

说明:  所给的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.)

4
下载
109
浏览
2019-04-20发布

3. line_guiyi

  数据归一化处理,对数据进行一个标准化处理,将各个不同单位的变量,转换成无量纲的量(Data normalization, a standardization of data processing, will be different units of variables, into dimensionless quantities)

3
下载
124
浏览
2019-04-17发布

4. Response_surface_partial_least_squares_method

说明:  工艺优化中偏最小二乘法对响应面法的改进,显著改善模型系数不显著现象(Matlab program for calculating grey correlation matrix)

10
下载
124
浏览
2019-04-06发布

5. MATLAB使用欧拉Euler法求解微分方程组 源程序代码

  MATLAB使用欧拉Euler法求解微分方程组 源程序代码(SOURCE PROGRAM CODE OF DIFFERENTIAL EQUATIONS SOURCE SOLUTION USING EULER METHOD IN MATLAB)

0
下载
93
浏览
2019-04-03发布

6. MATLAB使用欧拉Euler法求解微分方程组 源程序代码

说明:  MATLAB使用欧拉Euler法求解微分方程组 源程序代码(SOURCE PROGRAM CODE OF DIFFERENTIAL EQUATIONS SOURCE SOLUTION USING EULER METHOD IN MATLAB)

3
下载
93
浏览
2019-04-03发布

7. fft

  用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.)

9
下载
139
浏览
2019-03-28发布

8. fft

说明:  用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.)

22
下载
139
浏览
2019-03-28发布

9. Dsimplex

  Dsimplex.m 对偶单纯形法求解线性规划问题(Dual simplex method for solving linear programming problems)

3
下载
100
浏览
2019-03-28发布

10. Dsimplex

说明:  Dsimplex.m 对偶单纯形法求解线性规划问题(Dual simplex method for solving linear programming problems)

3
下载
90
浏览
2019-03-28发布

11. 高等光仿真2

  comsol仿真的学习教程,有助于初学者深度掌握comsol的 基本使用(Comsol simulation course is helpful for beginners to master the basic usage of COMSOL)

7
下载
98
浏览
2019-03-28发布

12. 高等光仿真2

说明:  comsol仿真的学习教程,有助于初学者深度掌握comsol的 基本使用(Comsol simulation course is helpful for beginners to master the basic usage of COMSOL)

9
下载
121
浏览
2019-03-28发布

13. lagrange插值

  用于在数值分析中,对于离散点进行拉格朗日差值拟合(Lagrangian difference fitting)

2
下载
125
浏览
2019-03-20发布

14. lagrange插值

说明:  用于在数值分析中,对于离散点进行拉格朗日差值拟合(Lagrangian difference fitting)

0
下载
93
浏览
2019-03-20发布

15. Matlab程序1111

说明:  海浪模拟,基于PM谱,根据海浪频率波高等因素(Wave simulation, based on PM spectrum, according to wave frequency wave higher factor)

12
下载
120
浏览
2019-03-04发布

16. matlabtoolbox

  matlab的时频分析工具箱,含全部工具箱程序(Matlab time-frequency analysis toolbox, including all toolbox programs)

3
下载
108
浏览
2019-02-21发布

17. matlabtoolbox

说明:  matlab的时频分析工具箱,含全部工具箱程序(Matlab time-frequency analysis toolbox, including all toolbox programs)

10
下载
98
浏览
2019-02-21发布

18. 逆broyden迭代法

  逆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.)

5
下载
99
浏览
2019-02-10发布

19. 逆broyden迭代法

说明:  逆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.)

8
下载
114
浏览
2019-02-10发布

20. 最小二乘法

  对该模型参数辨识采用递推最小二乘法,即 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)

6
下载
160
浏览
2019-01-17发布