资源列表
[matlab例程] processInputs
说明:processInputs.m, 源码,被调用的函数,可实现嵌套调用,非线性滤波-processInputs.m, source code, the function is called, can be realized nested calls, nonlinear filtering<杨晓> 在 2025-10-11 上传 | 大小:2kb | 下载:0
[matlab例程] merge-sort
说明:归并排序的matlab实现,且该程序实现了多维数据的高效排序,并不是单纯的一维数组排序!-merge sort algriothm s source data<赵皓> 在 2025-10-11 上传 | 大小:1kb | 下载:0
[数据挖掘] K-meansbased-on-image-segmentation
说明:基于K-means聚类算法的图像分割 代码及实验测试结果-K-means clustering algorithm based on image segmentation code and some experimental results<xinxin> 在 2025-10-11 上传 | 大小:333kb | 下载:0
[matlab例程] double-path
说明:2 Ray Ground Reflection Model with SNR<shm> 在 2025-10-11 上传 | 大小:1.57mb | 下载:0
[数学计算/工程计算] quasi-Newton-method
说明:功能:用BFGS算法求解无约束问题:min f(x) 输入:x0是初始点,fun,gfun分别是目标函数及其梯度; varargin是输入的可变参数变量,简单调用bfgs时可以忽略它 但若其他程序循环调用该程序时将发生重要作用-Function: with BFGS algorithm solving unconstrained problem: min f (x) input: x0 is the initial point, fun, gfun respective<苗小楠> 在 2025-10-11 上传 | 大小:5kb | 下载:0
[matlab例程] Conjugate-gradient-method
说明:功能:用FR共轭梯度法求解无约束问题:min f(x) 输入:x0是初始点,fun,gfun分别是目标函数和梯度 输出:x,val分别是近似最优点和最优值,k是迭代次数-Features: use FR conjugate gradient method to solve the unconstrained problem: min f (x) input: x0 is the initial point, fun, gfun is the objective functio<苗小楠> 在 2025-10-11 上传 | 大小:2kb | 下载:0
[matlab例程] line-search
说明: 输入:phi是目标函数,a,b是搜索区间的两个端点 delta,epsilon分别是自变量和函数值的容许误差 输出:s,phis分别是近似极小点和极小值,G是n乘4矩阵- input: phi is the objective function, a, b is the search interval of two endpoints delta, epsilon, respectively is the independent variable and function<苗小楠> 在 2025-10-11 上传 | 大小:2kb | 下载:0
[matlab例程] steepest-descent--and-Newton
说明:function[x,val,k] dampnm(fun,gfun,hesse,x0) 功能:用阻尼牛顿法求解无约束问题:min f(x) 输入:x0是初始点,fun,gfun,hesse分别是目标函数值,梯度,hesse矩阵的函数 输出:x,val分别是近似最优点和最优值,k是迭代次数-The function/x, val, k dampnm (fun, gfun, Hesse, x0) function: with damped Newton method f<苗小楠> 在 2025-10-11 上传 | 大小:2kb | 下载:0