资源列表
[matlab例程] mulNewtonSOR
说明:本代码为牛顿-SOR迭代法求解非线性方程组。其调用格式为[r,m]=mulNewtonSOR(F,x0,w,h,eps) 其中F:方程组,x0:方程组初始解,w:SOR迭代因子,h:数值积分常数,eps:根的精度,m:迭代步数。-The code for the Newton-SOR iteration method for solving nonlinear equations. Its call format [r, m] = mulNewtonSOR (F, x0, w, h, eps)<锦夏> 在 2025-10-10 上传 | 大小:1kb | 下载:0
[matlab例程] mulDNewton
说明:本代码为牛顿下山法求解非线性方程组。其调用格式为[r,m]=mulDNewton(F,x0,eps) 其中F:非线性方程组,x0:初始解,eps:解的精度;r:求得的一组解,n:迭代步数。-The code for Newton' s method for solving nonlinear equations. Its call format [r, m] = mulDNewton (F, x0, eps) where F: non-linear equations, x0: init<锦夏> 在 2025-10-10 上传 | 大小:1kb | 下载:0
[matlab例程] mulGXF
说明:本代码为割线法求解非线性方程组。其调用格式为[r,m]=mulGXF1(F,x0,x1,eps) 其中,F:非线性方程组;x0初始解;x1:初始解;eps:解的精度;m:迭代步数。-The code for the secant method for solving nonlinear equations. Its call format [r, m] = mulGXF1 (F, x0, x1, eps) where, F: non-linear equations x0 initial s<锦夏> 在 2025-10-10 上传 | 大小:1kb | 下载:0
[matlab例程] Matlab-GUI-Filter
说明:this code provide for using matlab GUI filter<kotakungu> 在 2025-10-10 上传 | 大小:29kb | 下载:0
[matlab例程] cmpse
说明:间接法功率谱分析代码,数字信号处理领域常用-Indirect method power spectrum analysis code, and digital signal processing used<wangxianfu> 在 2025-10-10 上传 | 大小:2kb | 下载:0
[matlab例程] face_detection
说明:Face Detection In this program you will choose a photo and program will detect faces in this photo<abc fdg> 在 2025-10-10 上传 | 大小:4.24mb | 下载:0
[matlab例程] GATSP
说明:用遗传算法写的求解TSP问题 四种情况 多旅行商单出发点 多旅行商多出发点 单旅行商以点的坐标计算及以距离矩阵计算-Written by using genetic algorithms for solving TSP problems, four cases: more than a single starting point for traveling salesman, multi-traveling salesman more than a starting point, a singl<曹轩> 在 2025-10-10 上传 | 大小:16kb | 下载:0