-
UnwellLineEquSet-matlab
病态线性方程组的计算题,涉及Gauss消元法、雅可比迭代法、高斯-赛德尔迭代法、最速下降法和共轭梯度法。每一个方法,都编写一个m文件,封装成函数的形式。然后通过总的HilbLineEquSet.m文件来调用执行,画出误差曲线图,得到运行结果。总的Matlab程序流程,如下所示:
病态方程组的计算包括:HilbLineEquSet.m、gauss.m、jacobi.m、gauss_seidel.m、fastest_descend.m和conjugated_grad.m六个文件。
程序执行结果包括:求解结果、迭代次数、迭代误差数据、误差曲线图等。
(Morbid Linear Equations calculation problems involving Gauss elimination method, Jacobi' s iterative method, Gauss- Seidel iterative method, steepest descent method and conjugate gradient method. Each method, all the preparation of an m file, packaged in the form of a function. Then the total HilbLineEquSet.m file to invoke the implementation of draw error curve, to be running results. General Matlab program flow, as follows: the calculation of morbid equations include: HilbLineEquSet.m, gauss.m, jacobi.m, gauss_seidel.m, fastest_descend.m and conjugated_grad.m six documents. Procedures for implementation of the findings include: solving a result, the number of iterations, iterative error data, error curve and so on.)
- 2009-12-10 19:08:10下载
- 积分:1
-
EvaluateReversePolishNotation
Evaluate the value of an arithmetic expression in Reverse Polish Notation.
Valid operators are +, -, *, /. Each operand may be an integer or another expression.
Some examples:
[ 2 , 1 , + , 3 , * ] -> ((2 + 1) * 3) -> 9
[ 4 , 13 , 5 , / , + ] -> (4 + (13 / 5)) -> 6
分析:这一题就是写程序计算逆波兰式的结果,遍历表达式,碰到操作数入栈,碰到操作符就从栈顶取出两个操作数,再将计算后的结果入栈,最后栈中剩余的唯一操作数就是计算结果。(. Evaluate the value of an arithmetic expression in Reverse Polish Notation Valid operators are+,-,*,/Each operand may be an integer or another expression Some examples:.. [" 2" , " 1" , " +" , " 3 " ," * " ]-> ((2+ 1)* 3)-> 9 [" 4 " ," 13 " ," 5 " ," /" ," + " ]-> (4+ (13/After this problem is to write a program to calculate the inverse Polish results, iterate expression operand stack encounter, encounter operator to fetch two operands the stack, and then calculated as follows:> 6 Analysis- 5)) The results of the stack, the only remaining operand stack is the final calculations.)
- 2015-03-15 23:06:09下载
- 积分:1
-
16qam
用matlab做的qam的基本原理仿真,清晰明了,有相应结果,可作为qam调制的入门教程。(QAM matlab to do with the basic principles of simulation, clarity, have corresponding results can be used as QAM Modulation Tutorial.)
- 2008-06-02 22:03:21下载
- 积分:1
-
hw3_9962546-2
使用Hough Transform做圓形偵測(Circle detection using the Hough Transform .)
- 2011-01-25 10:56:13下载
- 积分:1
-
Untitled1
说明: 二维阵列波束形成,波束指向图MATLAB程序(phase beamforming )
- 2010-04-17 21:52:14下载
- 积分:1
-
icp
icp算法,对两幅图片进行匹配时会用到到。可以出结果的(icp algorithm used to match two pictures. Results)
- 2012-10-24 21:53:27下载
- 积分:1
-
风力发电工具箱WTB_v3
风力发电工具箱,里面有风速模型、风力机模型、发电机模型等等,搞风力发电的用起来比较方便
(Wind-PSMG model box)
- 2020-07-05 17:08:58下载
- 积分:1
-
diff_FFT_sync
利用差分fft 同步的算法 matlab编程实现(diff fft sync)
- 2015-03-03 10:59:46下载
- 积分:1
-
GAFCM
遗传算法改进的模糊C-均值聚类MATLAB源码
模糊C-均值算法容易收敛于局部极小点,为了克服该缺点,将遗传算法应用于模糊C-均值算法(FCM)的优化计算中,由遗传算法得到初始聚类中心,再使用标准的模糊C-均值聚类算法得到最优分类结果。
(Value algorithm (FCM) of the optimization calculations, by the genetic algorithm is the initial cluster centers, and then use the standard fuzzy C-means clustering algorithm to obtain the optimal classification result.)
- 2020-09-29 15:27:44下载
- 积分:1
-
ss
说明: 这个源代码实在matlab平台上绘制一个语音序列的语谱图,简单易懂,希望对大家有用!(This source code is a matlab platform voice rendering of the language spectrum sequence, easy-to-understand, useful for all of us hope!)
- 2009-05-14 19:43:18下载
- 积分:1