-
matlab
matlab环境下目标函数为求最大值,且解非负整数解
%bounds 边界约束
%Myfun 为目标函数
%num 初始种群数
%N 最大迭代次数
%CP 交叉概率
%P 突变概率
%f 目标最优解
%x 最优解向量(matlab environment for the sake of the objective function value, and the solution of non-negative integer solutions% bounds border% Myfun bound for the objective function% num species the initial number of% N maximum number of iterations% CP crossover probability% P mutation probability% f-objective optimal solution% x the optimal solution vector)
- 2009-02-14 15:52:06下载
- 积分:1
-
fit_rayleigh_pdf
fit_rayleigh_pdf - Non Linear Least Squares fit of the Rayleigh distribution.
given the samples of the histogram of the samples, finds the distribution parameter that fits the histogram samples.fits data to the probability of the form: p(r)=r*exp(-r^2/(2*s))/s
with parameter: s
format:result = fit_rayleigh_pdf( x,y,W,hAx )
input: y - vector, samples of the histogram to be fitted
x - vector, position of the samples of the histogram (i.e. y = f(x,a))
W - matrix or scalar, a square weighting matrix of the size NxN where
N = length(y), or 0 to indicate no weighting is needed.
hAx - handle of an axis, on which the fitted distribution is plotted
output: result - structure with the fields
s - fitted parameter
VAR - variance of the estimation
type- weighted LS or not weighted LS
iter- number of iteration for the solution
- 2011-02-09 19:13:28下载
- 积分:1
-
nonuniformFFT
相当完整的NUFFT程序代码,注释非常清晰。简单易懂。国外网站上找到的程序,验证过完全正确。
(Fairly complete NUFFT code, comments, very clear. Easy to understand. Found on the website of the program abroad, proven entirely correct.)
- 2021-04-24 19:38:46下载
- 积分:1
-
MATLABNumericalalysis
。本书首先讲述了MATLAB语言程序设计基础,然后分别介绍了符号计算在微积分和复变函数两门大学数学基础课程中的应用,接着系统的介绍了线性方程组、非线性方程与最优化方法、特征值与特征向量、插值与函数逼近、估计方法和数据拟合、积分计算、常微分方程的数值方法。从实用角度考虑,本书许多章节都给出了一些数值分析的应用范例,并在最后一章单独介绍了一些综合性较强的数学建模问题(This book starts by describing the basis of MATLAB programming language, and then introduced the symbolic computation in calculus and complex functions based on two college courses in applied mathematics, and then introduced the system of linear equations, nonlinear equations with the most optimization method, eigenvalue and eigenvector, Interpolation and function approximation, estimation and data fitting, integral calculation, numerical methods for ordinary differential equations. From a practical point of view, many of the chapters the book gives some numerical analysis are examples of the application, and separate in the final chapter describes some of the more integrated mathematical modeling)
- 2010-06-23 18:14:52下载
- 积分:1
-
Linear_Discriminant_Analysis
Linear Discriminant Analysis LDA
- 2010-02-09 21:08:30下载
- 积分:1
-
MeasuringAngleofIntersection
说明: 用图像进行物体角度测量的代码,在Matlab下编写,很有参考价值。(image objects angle measurement for the code in Matlab under preparation, great reference value.)
- 2006-03-28 22:49:04下载
- 积分:1
-
fdtd_2d_matlab
The Finite-Difference Time-Domain Method for Electromagnetics with MATLAB Simulations对应的二维代码,有外加电流源(The Finite-Difference Time-Domain Method for Electromagnetics with MATLAB Simulations corresponding two-dimensional code, there is additional current source)
- 2015-10-30 16:46:00下载
- 积分:1
-
zhoucheng
基于HS边界润滑条件和雷诺方程流体润滑模型的求解程序(Solution procedure of fluid lubrication model based on HS boundary lubrication condition and Reynolds equation)
- 2016-09-22 15:18:22下载
- 积分:1
-
TM_nonPML_dire_
Tm模式,无边界条件,点源散射,电介质壁(Point source scattering, dielectric quality of the wall)
- 2010-12-01 16:46:06下载
- 积分:1
-
HessianSSR
基于Hessian能量的半监督回归,并将其应用于半监督维数约简。(This is code for the semi-supervised regression using Hessian energy.
Kwang In Kim, Florian Steinke and Matthias Hein, "Semi-supervised Regression using Hessian energy with an application to semi-supervised dimensionality reduction" NIPS 2009)
- 2013-08-30 12:42:41下载
- 积分:1