搜索资源列表
CM1IterateStabilization
- Matlab做的数值计算实验,使用迭代法求解方程的根,算法经典,其中有详细的实验报告和数据,对数值计算课程学习及MATLAB编程有较大帮助。-Matlab done numerical experiments, using iterative ways root, the classical algorithm. including a detailed report and experimental data, the numerical calculation courses and MAT
arnoldi
- 数值分析中经典的arnoldi算法,用来求解大型矩阵方程组的求解-numerical analysis classic arnoldi algorithm used to solve large matrix equations Solution
GMres
- 数值算法中另一个经典算法gmres算法,用来求解大型矩阵方程问题。-Another classic algorithm gmres algorithm used to solve the problem of large matrix equations.
matlab经典算法100例
- matlab实用程序百例 1-32是:图形应用篇 33-66是:界面设计篇 67-84是:图形处理篇 85-100是:数值分析篇
Hermite
- 关于matlab的一些很经典的插值算法 特别对做数值计算及曲线拟合很有用-matlab
Periodogram-powe
- 平均周期图法和平滑平均周期图法估计功率谱 从经典功率谱估计周期图法原理入手,从理论上分析了其存在的局限性,借助Welch算法对其进行修正。依靠Matlab强大的数值分析和信号处理能力进行实验!! 用周期图法和welch法分别估计了一下信号的功率谱密度。采样频率200Hz,时间序列长度2048,FFT数据点数2048。其中welch法使用hanning窗,窗口长度600.-Average periodogram and periodogram smoothing method to est
SSDSADNCC Matlab
- 立体匹配算法中比较经典的块匹配方法。其中包含了比较有名的SADSSD算法---即左右视图中逐一比对像素数值,从而求得最小disparity 继而得到depth。-SSDSAD methods present in this file,which are improtant in the stereo matching-----we obtain the disparity with the difference of the intensity between the left and rig
matlabclassicalalgorithmicprogramme
- Matlab 经典算法程序规划绘图差值数值分析-Matlab classical algorithm mapping programmatic difference between the numerical analysis of
Welch
- 从经典功率谱估计周期图法原理入手,从理论上分析了其存在的局限性,借助Welch算法对其进行修正。依靠Matlab强大的数值分析和信号处理能力,进行实验仿真,比较不同的窗函数,不同的数据长度对Welch法谱估计质量的影响,并分析了造成这些影响的原因。-The paper mainly introduces the principles of Periodogram method of classical PSD estimation,analyzes the deficiency of Perio
MATLAB_program_of_the_source_numerical_differentia
- MATLAB程序之数值微分经典算法源码MATLAB program of the source numerical differential classical algorithm-MATLAB program for numerical differential classical algorithm source MATLAB program of the source numerical differential classical algorithm
MATLAB_classical_numerical_algorithm_design_tutori
- MATLAB经典的数值计算算法设计教程MATLAB classical numerical algorithm design tutorial-MATLAB classical numerical algorithm design tutorials MATLAB classical numerical algorithm design tutorial
matlab
- 数值分析+matlab经典算法的源程序数学类、资料共享-Classical numerical algorithm+ matlab source mathematics classes, information sharing
FastHankelTransform
- 本代码为计算快速汉克变换的matlab源程序。快速汉克变换为经典的数值算法,在地球物理建模中有极其重要的地位-This code for calculations quickly Hank transform matlab source. Rapid Hank transformation as a classic numerical algorithm in geophysics modeling in a very important position
matlab-classcal-code
- matlab经典的一些算法程序集锦,包括插值拟合,解方程,数值分析-matlab algorithm program highlights some of the classic, including the interpolation fitting, solving equations, numerical analysis, etc.
MATLABClassic-approach-
- matlab 一些经典算法,包括数值拟合,回归,插值、解方程等-matlab some classic algorithms, including numerical fitting, regression, interpolation, solving equations, etc.
numerical-intergration
- 数值积分各种经典算法的matlab程序实现-matlab codes for classical methods of numerical intergration
MATLAB-classical-algorithm
- MATLAB经典算法 包括数值计算的插值拟合、动态规划、绘图、解方程、数据分析-MATLAB classic algorithms including the fitting of the numerical calculation of the interpolation, dynamic programming, drawing, solving equations, data analysis, etc.
Optimization
- 这是关于数值优化的一个程序包,包括很多经典算法在内,每个函数附有说明。-This is a function backage for numerical optimaion algorithms, every function has explainning for usage.
数值线性代数-Matlab程序
- 经典书籍-数值线性代数与算法(MATLAB版)的程序实现(Programming Implementation of Classical Books-Numeric Linear Algebra and Algorithms (MATLAB Edition))
学习Matlab的60个经典程序代码
- 学习Matlab的60个经典程序代码,快速掌握Matlab,学会经典的Matlab算法。包含常见数值计算与数据统计及绘图案例。