-
Aumerical_Analysis_MATLAB_function
研一刚上完数值分析,自己写了几个算法的子函数,可以直接调用,参数的含意在文件中有说明,这五个算法分别是:拉格朗日插值,hermite插值,Newton插值,修正hamming算法,龙贝格加速算法。希望能够对大家有所帮助。(Kenichi just finished numerical analysis, himself wrote a number of algorithms Functions, you can directly call the meaning of the parameters described in the document, the five algorithms are: Lagrange interpolation, hermite interpolation, Newton interpolation value, as amended Hamming algorithm to accelerate the algorithm Romberg. We hope to be able to help.)
- 2008-12-26 21:52:42下载
- 积分:1
-
ins
捷联惯导方程矩阵在matlab环境下的仿真源代码程序(SINS matrix equation matlab source code under the simulation program)
- 2010-07-04 10:33:22下载
- 积分:1
-
FIR
自己编的FIR滤波小程序,使用MATLAB编程,特点就是短小精悍~ (FIR;MATLAB)
- 2009-03-24 11:11:14下载
- 积分:1
-
MATLAB_programming_tutorial_of_strings_cell_arrays
MATLAB程序设计教程之字符串、单元数组和结构MATLAB programming tutorial of strings, cell arrays and structures(MATLAB programming tutorial of strings, cell arrays and structure of the MATLAB programming tutorial of strings, cell arrays and structures)
- 2010-08-02 11:43:53下载
- 积分:1
-
code2
matlab gui 设计第二版 第二章 各种文件读取的源码(fopen fread and load)
- 2012-06-23 13:04:33下载
- 积分:1
-
数值计算方法的相关代码
有关二分法、试值法、帕德逼近、高斯消去的代码,可供数值计算方法学习者参考(About dichotomy, test method, Pader approximation, Gaussian elimination of code, numerical calculation method for learner reference)
- 2020-11-06 16:39:49下载
- 积分:1
-
ExperimentReport2
说明: 《信号与系统》计算机练习-利用matlab
西安交通大学出版社
实验二("Signals and systems" computer exercises-using Matlab Xi'an Jiaotong University Press Experiment 2)
- 2006-04-13 18:59:09下载
- 积分:1
-
codefractalgenerator
this code is matlab code that generate fractal shapes.
- 2012-04-02 20:18:49下载
- 积分:1
-
multifit_use
多项式拟合函数,用于给定数据点的多项式拟合,区别于matlab内置的函数polyfit,但效果差别不大。(A simple way of polynomial fitting to given points ,which is different from polyfit function but with no much different in result .)
- 2012-08-15 17:35:15下载
- 积分:1
-
LGME
input:
param: parameters of the LMGE algorithm
param.mu, param.alpha, param.beta are regularization parameters.
param.p: dimension of shared subspace
param.k: number of nearest neighbors for Laplacian matrix
X: input data
Y: groundtruth labels
output:
model.W: matrix W
Reference:
Web and Personal Image Annotation by Mining Label Correlation with
Relaxed Visual Graph Embedding
Yi Yang, Fei Wu, Feiping Nie, Heng Tao Shen, Yueting Zhuang and Alex Hauptmann.
contact: yyang@cs.cmu.edu
(Web and Personal Image Annotation by Mining Label Correlation with
Relaxed Visual Graph Embedding
)
- 2013-05-15 19:51:56下载
- 积分:1