-
bisect
用数值分析中的二分法求解函数值。很简单,但是正确,可以直接使用(bisect)
- 2009-11-07 11:41:58下载
- 积分:1
-
77433642fenshuiling_2
一个改进的分水岭算法 用于对图像进行分割,有兴趣可以看看(An improved watershed algorithm for image segmentation, are interested can look at)
- 2010-06-08 16:11:02下载
- 积分:1
-
13898405raytracer7
说明: 蒙特卡罗方法可以有效地解决复杂的工程问题,而MATLAB具有强大的数值计算功能。将二者结合使用,可以得到高效的解决问题的方法。本文阐述了该方法并通过实例验证了该方法的正确性和优越性。
(Monte Carlo method can effectively solve complex engineering problems, and MATLAB has powerful function of numerical calculation. The two in combination, can be cost-effective solution to the problem. This paper describes the methods and examples of the method to verify the correctness and superiority.)
- 2008-12-04 20:48:36下载
- 积分:1
-
root_finding
Numerical optimization, root finding
- 2010-05-12 14:31:48下载
- 积分:1
-
pmw
计算光子晶体带隙,利用平面波占开发计算光子晶体的带隙(Calculated photonic bandgap account for the development of photonic crystals using plane wave bandgap)
- 2013-03-11 21:37:24下载
- 积分:1
-
FEM_hyperelastic.m
hyperelastic fem analysis of materials
- 2011-12-10 08:28:21下载
- 积分:1
-
show-point-cloud
一个简单的点云显示程序,基于MATLAB。读取.asc文件中的数据,然后显示并优化。(A simple point cloud display program, based on MATLAB. .asc File to read the data, and then display and optimization.)
- 2015-04-12 16:57:42下载
- 积分:1
-
matlabdrawing
MATLAB的一个作图教程,简单,但挺实用的(A mapping MATLAB tutorial, simple but very useful)
- 2010-07-08 20:33:37下载
- 积分:1
-
K
说明: 利用matlab对字母K进行编码,属于罗曼3型编码,最终结果可得到一幅二维傅里叶变换全息图(Using matlab to encode the letter K, are Roman 3 encoder, the end result can be obtained a two-dimensional Fourier transform hologram)
- 2013-07-24 09:52:07下载
- 积分:1
-
gatbx
遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。传统上,解用二进制表示(即0和1的串),但也可以用其他表示方法。进化从完全随机个体的种群开始,之后一代一代发生。在每一代中,整个种群的适应度被评价,从当前种群中随机地选择多个个体(基于它们的适应度),通过自然选择和突变产生新的生命种群,该种群在算法的下一次迭代中成为当前种群(Genetic algorithm,GA,SGA)
- 2014-08-15 09:50:37下载
- 积分:1