Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - find minimum matlab
Search - find minimum matlab - List
包括使用修正Gram-Schmit算法实现QR分解,自编LU分解、利用幂法和反幂法计算矩阵最大和最小特征值的程序。例外附有使用这些算法的例子供参考。 QR decomposition algorithm based on modified Gram-Schmit LU decomposition algorithm algorithm used to find maximum and minimum eigenvalue based on power and inverse power method and some examples are also included.-Including the use of Gram-Schmit amended QR decomposition algorithm, self-LU decomposition, the use of power law and inverse power method to calculate maximum and minimum matrix eigenvalue procedures. With the exception of the examples of the use of these algorithms for reference. QR decomposition algorithm based on modified Gram-Schmit LU decomposition algorithm algorithm used to find maximum and minimum eigenvalue based on power and inverse power method and some examples are also included.
Date : 2026-01-11 Size : 4kb User : gogomx

DL : 0
floyd最短路算法、dijkstra最短路算法、求网络的最小费用最大流-floyd shortest path algorithm, dijkstra shortest path algorithm, find the minimum cost maximum flow networks
Date : 2026-01-11 Size : 237kb User : zzj

DL : 0
在闭启键控通信系统中,两个假设下的观察信号模型为: 若两个假设的先验概率相等,且 , ,采用最小平均错误概率准则,试确定判决表达式,并求最小平均错误概率,利用MATLAB软件比较其理论值、仿真值。上述情况中,噪声 是均值为 ,方差为 的高斯噪声,仿真信噪比范围: ,间隔为 。 -In the closed Kai keying communication systems, the observed signal model under two assumptions: equal to the a priori probability of two assumptions, and the minimum average error probability criterion, and try to determine the verdict expression and find the minimum average error probability, using MATLAB software to compare the theoretical value, the simulation values. The above case, the noise is the mean and variance of the Gaussian noise, simulation the SNR ranges: interval.
Date : 2026-01-11 Size : 1kb User : 陈艳杰

这段代码使用matlab实现匈牙利算法的匹配问题-This algorithm allows you to find the minimum weight matching of a bipartite graph. The graph can be of arbitrary size and connectedness. The edge weights are captured by a MxN weight matrix where an infinite(Inf) weight designates that that pair of vertices given by that position are not connected.
Date : 2026-01-11 Size : 2kb User : chs

用MATLAB写的,用Prim算法找出图中的最小支撑树,文件中有例子,有计算的结果,一看便懂。-Written in MATLAB, with the minimum support tree in the Prim algorithm to find a figure, file example, with the result of calculation, a see will understand.
Date : 2026-01-11 Size : 25kb User : 谱算法

DL : 0
LM算法的MATLAB实现。Levenberg-Marquardt算法是最优化算法中的一种。最优化是寻找使得函数值最小的参数向量。-LM algorithm in MATLAB. Levenberg-Marquardt algorithm is an optimization algorithm. Optimization is to find the minimum value makes the function parameter vector.
Date : 2026-01-11 Size : 3kb User : 听雪楼

DL : 0
利用MATLAB 实现Floyd 算法,可对输入的邻接距离矩阵计算图中任意两点间的最短距离矩阵和路由矩阵,且能查询任意两点间的最短距离和路由。 用MATLAB 仿真工具实现Floyd 算法:给定图G 及其边(i , j )的权 wi , j (1≤i≤n ,1≤j≤n) ,求出其各个端点之间的最小距离以及路由。 -Floyd achieved using MATLAB algorithms for the shortest distance routing adjacency matrix and distance matrix calculation map between any two points in the input matrix, and can query the shortest distance and route between any two points. Implemented in MATLAB simulation tools Floyd algorithm: G and its edge (i, j) of a given graph right wi, j (1 ≤ i ≤ n, 1 ≤ j ≤ n), find the minimum distance between the endpoints and each of its route.
Date : 2026-01-11 Size : 1kb User : 龙田隆

DL : 0
使用matlab中的遗传算法工具箱,求4*40维空间,其中的元素为0,1,2,3,这个空间的特征为每行的自相关值最小,各行之间的互相关值最小。-Use matlab genetic algorithm toolbox, find the 4* 40-dimensional space, in which the elements 0,1,2,3, this space is characterized by autocorrelation values in each row the minimum cross-correlation values between rows minimum.
Date : 2026-01-11 Size : 1kb User : color

DL : 0
实验要求: 1. 以身高为例,画出男女生身高的直方图并做对比; 2. 采用最大似然估计方法,求男女生身高以及体重分布的参数; 3. 采用贝叶斯估计方法,求男女生身高以及体重分布的参数(假定方差已知,作业请注明自己选定的一些参数情况); 4. 采用最小错误率贝叶斯决策,画出类别判定的决策面。并判断某样本的身高体重分别为(160,45)时应该属于男生还是女生?为(178,70)时呢?(Experimental requirements: 1. take height as an example, draw the height histogram of male and female students, and make a comparison; 2. the maximum likelihood estimation method was used to calculate the height and weight distribution parameters of male and female students; 3. Bayesian estimation method is used to find the parameters of height and weight distribution of male and female students (assuming variance is known, please indicate some parameters selected by homework); 4., the Bayes decision with minimum error rate is used to draw the decision surface of category decision. And determine the height and weight of a sample respectively (160,45), should belong to the boys or girls? What about (178,70)?)
Date : 2026-01-11 Size : 232kb User : PPLL

Matlab表情识别,特征脸[1 ]作为面部表情分类的方法。首先,利用训练图像创建低维人脸空间(pca)。这是通过训练图像集主成分分析(PCA)及图片主成分分析(即具有较大特征值的特征向量)获得的。 结果,所有的测试图像以所选择的主成分表示,计算投影图像与所有投影列车图像的欧几里得距离,选择最小值以找出与试验图像最相似的训练图像。(The feature face [1] is used as a facial expression classification method. Firstly, a low-dimensional face space (pca) is created using training images. This is obtained by training principal component analysis (PCA) of image set and principal component analysis of image (i.e. eigenvectors with larger eigenvalues). As a result, all the test images are represented by the selected principal components, the Euclidean distance between the projected image and all the projected train images is calculated, and the minimum value is selected to find the training image most similar to the test image.)
Date : 2026-01-11 Size : 4.47mb User : bbqQq
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.