登录

最新会员 最新下载

成为了本站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. GGSA

  改进的万有引力搜索算法的matlab程序,经过测试,100%可以使用的。(gravitational search algorithm matlab program, after testing, 100% can be used.)

18
下载
119
浏览
2018-06-24发布

2. vsc1_buchang_11kV_pu

  无功功率补偿SVG,已经调试好了,可以用的(Reactive power compensation SVG, has been debugged, can be used.)

20
下载
141
浏览
2018-06-12发布

3. [muchong.com]MATLAB在物理中的应用

  用Matlab程序求解计算物理中使用到的方程,包括:薛定谔方程、傅立叶变换、波函数求解等等(Matlab file is used to describe and solve the equations in the computational physics, including, Schrodinger equation, Fourier transform, wave function solution, etc.)

7
下载
143
浏览
2018-05-30发布

4. MagneticInduction

  计算磁铁在线圈经过时,感生电压和磁铁位置的关系,即电磁感应系数(when a magnet passes by a coil, to calculate the induced voltage)

0
下载
119
浏览
2018-05-28发布

5. bifurcation and LE

  计算非线性系统的分叉图和李雅普诺夫指数,用于判断系统的混沌状态,独立的两个文件(a tool to calculate bifurcation and Lyapunov exponent)

9
下载
125
浏览
2018-05-28发布

6. Desktop

  主要用于三次样条拟合,对离散点进行拟合插值,(Three order spline fitting)

3
下载
101
浏览
2018-05-25发布

7. 1

说明:  利用有限差分法求解雷诺方程,进而可以求解气体静压轴承的特性(The Reynolds equation is solved by the finite difference method, and the characteristics of aerostatic bearing can be solved.)

3
下载
124
浏览
2018-05-19发布

8. RGB a YCbCr

  There is an algorithm that converts RGB Color to YCbCr

0
下载
96
浏览
2018-05-18发布

9. mySpearman and pearson

  Spearman程序代码,可以用于分析相关性关系,挖掘数据之间的联系(Spearman program code)

11
下载
140
浏览
2018-05-15发布

10. 最小二乘

  递推最小二乘法,辨识模型参数。。。。。。。。。(Least square method model identification)

4
下载
123
浏览
2018-05-04发布

11. 拉格朗日插值法_matlab

  数学最优问题中,拉格朗日乘数法(以数学家约瑟夫·路易斯·拉格朗日命名)是一种寻找变量受一个或多个条件所限制的多元函数的极值的方法。(In the mathematical optimization problem, the Lagrange multiplier method (named by the mathematician Joseph Luis Lagrange) is a method of finding the extremum of a multivariate function which is restricted by one or more conditions.)

14
下载
120
浏览
2018-05-01发布

12. SolarAngle.MATLAB

说明:  本程序计算的太阳角有地面点对应的太阳天顶角和太阳方位角,太阳高度角与太阳天顶角 互余,所以太阳高度角也可以通过90 度-太阳天顶角计算得到(The solar angle is calculated by the solar zenith angle and the sun azimuth angle corresponding to the earth's surface point. The sun height angle and the sun zenith angle are complementary, so the sun height angle can also be calculated by the 90 degree sun zenith angle.)

3
下载
181
浏览
2018-04-25发布

13. step response

  Step response of vehicle

4
下载
107
浏览
2018-04-20发布

14. NSGA2-MOPSO

  NSGA2 and MOPSO algorithms

15
下载
129
浏览
2018-04-20发布

15. 迭代法估Beta分布参

  求概率分布函数的参数方法 采用迭代法估计Beta分布的分布参数,(Estimation of distribution parameters of Beta distribution by iterative method)

13
下载
172
浏览
2018-04-19发布

16. 最小二乘法拟合程序

  最小二乘拟合的matlab程序,用于数据处理。简单,易懂(The least squares fitting matlab program for data processing.Simple, easy to understand)

23
下载
168
浏览
2018-04-10发布

17. 全向比幅法测角

  该程序为全向比幅法测角程序,并给出了测角误差分析(The program is omnidirectional amplitude ratio angle measuring program, and the angle error analysis is given)

30
下载
149
浏览
2018-04-08发布

18. Lagrange

  使用拉格朗日乘子法解约束优化问题,例子是最优化问题,有3个线性约束(Using the Lagrange multiplier method to solve the constrained optimization problem)

19
下载
126
浏览
2018-04-06发布

19. 单纯形法Matlab程序-2016-11-17

  一般线性规划问题具有线性方程组的变量数大于方程个数,这时会有不定的解。当决策变量个数n和约束条件个数m较大时,单纯形法是求解线性规划问题的通用方法。 从线性方程组找出一个个的单纯形,每一个单纯形可以求得一组解,然后再判断该解使目标函数值是增大还是变小了,决定下一步选择的单纯形。通过优化迭代,直到目标函数实现最大或最小值(In general linear programming problems, the number of variables with linear equations is greater than the number of equations. When the number of decision variables n and constraint number m are large, simplex method is the general method for solving linear programming problems. Find out one by one from the linear equations of the simplex, each a simplex can get a set of solution, and then concludes that the solution is the objective function value increases or smaller and decided to choose the next simplex. By optimizing iteration, until the target function achieves the maximum or minimum value.)

11
下载
125
浏览
2018-03-27发布

20. 椭圆偏微分方程求解函

  椭圆偏微分方程求解函数,调用该函数可以解任意椭圆偏微分方程(Elliptic partial differential equations to solve the function, call this function can solve any elliptic partial differential equations)

7
下载
119
浏览
2018-03-07发布